License |
License |
---|---|
Categories |
CategoriesJava Languages Net Logging Application Layer Libs |
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-logging |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueCommons Logging
Provides a simple adapter to add support for localized messages to SLF4J.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-logging</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation 'net.java.truecommons:truecommons-logging:2.5.0'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation ("net.java.truecommons:truecommons-logging:2.5.0")
'net.java.truecommons:truecommons-logging:jar:2.5.0'
<dependency org="net.java.truecommons" name="truecommons-logging" rev="2.5.0">
<artifact name="truecommons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-logging', version='2.5.0')
)
libraryDependencies += "net.java.truecommons" % "truecommons-logging" % "2.5.0"
[net.java.truecommons/truecommons-logging "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
org.slf4j : slf4j-api | jar | 1.7.12 |