is not current version
Last Version 2.0.0-alpha7

org.slf4j:slf4j-log4j12 1.7.35

SLF4J LOG4J-12 relocated to slf4j-reload4j

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

slf4j-log4j12
Version

Version

1.7.35
Type

Type

pom

Download slf4j-log4j12 1.7.35

Filename Size
slf4j-log4j12-1.7.35.pom 942 bytes
Browse

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