Group Id org.slf4j
Artifact Id slf4j-log4j12
Version 1.0-rc2
Packaging jar
URL -
Badge
Last Updated 2005-12-20T08:19:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-log4j12</artifactId>
    <version>1.0-rc2</version>
</dependency>
implementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.0-rc2'
implementation 'org.slf4j:slf4j-log4j12:1.0-rc2'
implementation("org.slf4j:slf4j-log4j12:1.0-rc2")
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.0-rc2"
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.0-rc2"/>
@Grapes(
    @Grab(group='org.slf4j', module='slf4j-log4j12', version='1.0-rc2')
)
[org.slf4j/slf4j-log4j12 "1.0-rc2"]
'org.slf4j:slf4j-log4j12:1.0-rc2'