| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gengzi |
| ArtifactId | ArtifactIdbaselog |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbaselog
log基础实现
|
| Filename | Size |
|---|---|
| baselog-1.0.0.pom | |
| baselog-1.0.0.jar | 23 MB |
| baselog-1.0.0-sources.jar | 18 KB |
| baselog-1.0.0-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gengzi/baselog/ -->
<dependency>
<groupId>com.github.gengzi</groupId>
<artifactId>baselog</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gengzi/baselog/
implementation 'com.github.gengzi:baselog:1.0.0'
// https://jarcasting.com/artifacts/com.github.gengzi/baselog/
implementation ("com.github.gengzi:baselog:1.0.0")
'com.github.gengzi:baselog:jar:1.0.0'
<dependency org="com.github.gengzi" name="baselog" rev="1.0.0">
<artifact name="baselog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gengzi', module='baselog', version='1.0.0')
)
libraryDependencies += "com.github.gengzi" % "baselog" % "1.0.0"
[com.github.gengzi/baselog "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.projectlombok : lombok Optional | jar | |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| cn.hutool : hutool-all | jar | 5.3.6 |
| org.aspectj : aspectjweaver | jar | 1.9.5 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| junit : junit | jar |