is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-logging 1.0.9

Provides a simple adapter to add support for localized messages to SLF4J.

Categories

Categories

Java Languages Net Logging Application Layer Libs
GroupId

GroupId

net.java.truecommons
ArtifactId

ArtifactId

truecommons-logging
Version

Version

1.0.9
Type

Type

jar

Download truecommons-logging 1.0.9


<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/ -->
<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-logging</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation 'net.java.truecommons:truecommons-logging:1.0.9'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-logging/
implementation ("net.java.truecommons:truecommons-logging:1.0.9")
'net.java.truecommons:truecommons-logging:jar:1.0.9'
<dependency org="net.java.truecommons" name="truecommons-logging" rev="1.0.9">
  <artifact name="truecommons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-logging', version='1.0.9')
)
libraryDependencies += "net.java.truecommons" % "truecommons-logging" % "1.0.9"
[net.java.truecommons/truecommons-logging "1.0.9"]