is not current version
Last Version 1.0.1

org.slf4j:slf4j-log4j13 1.0

See http://www.slf4j.org/ Javadocs for the Log4jLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

slf4j-log4j13
Version

Version

1.0
Type

Type

jar

Download slf4j-log4j13 1.0


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