is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-logging 2.4

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

2.4
Type

Type

jar

Download truecommons-logging 2.4


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