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