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