Categories |
CategoriesJava Languages Net Logging Application Layer Libs |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-logging |
Version | Version1.0.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-logging</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation 'net.java.truecommons:truecommons-logging:1.0.14'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation ("net.java.truecommons:truecommons-logging:1.0.14")
'net.java.truecommons:truecommons-logging:jar:1.0.14'
<dependency org="net.java.truecommons" name="truecommons-logging" rev="1.0.14">
<artifact name="truecommons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-logging', version='1.0.14')
)
libraryDependencies += "net.java.truecommons" % "truecommons-logging" % "1.0.14"
[net.java.truecommons/truecommons-logging "1.0.14"]