License |
License |
---|---|
GroupId | GroupIdio.github.jxnflzc.jtools |
ArtifactId | ArtifactIdlog |
Version | Version1.3.2 |
Type | Typejar |
Description |
DescriptionA java log tool
|
Filename | Size |
---|---|
log-1.3.2.pom | |
log-1.3.2.jar | 7 KB |
log-1.3.2-sources.jar | 3 KB |
log-1.3.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jxnflzc.jtools/log/ -->
<dependency>
<groupId>io.github.jxnflzc.jtools</groupId>
<artifactId>log</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jxnflzc.jtools/log/
implementation 'io.github.jxnflzc.jtools:log:1.3.2'
// https://jarcasting.com/artifacts/io.github.jxnflzc.jtools/log/
implementation ("io.github.jxnflzc.jtools:log:1.3.2")
'io.github.jxnflzc.jtools:log:jar:1.3.2'
<dependency org="io.github.jxnflzc.jtools" name="log" rev="1.3.2">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jxnflzc.jtools', module='log', version='1.3.2')
)
libraryDependencies += "io.github.jxnflzc.jtools" % "log" % "1.3.2"
[io.github.jxnflzc.jtools/log "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |