is not current version
Last Version 2.0.0-alpha7

org.slf4j:slf4j-log4j12 1.0-beta9

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-log4j12
Version

Version

1.0-beta9
Type

Type

jar

Download slf4j-log4j12 1.0-beta9


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