slf4j-log4j13

slf4j-log4j13

See http://www.slf4j.org/ Javadocs for the Log4jLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html
http://www.slf4j.org/
SLF4J License
Files download
File Operation
slf4j-log4j13-1.0.jar download
slf4j-log4j13-1.0.pom download
slf4j-log4j13-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-log4j13</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:slf4j-log4j13:1.0'
Gradle Kotlin
implementation("org.slf4j:slf4j-log4j13:1.0")
Scala SBT
libraryDependencies += "org.slf4j" % "slf4j-log4j13" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='slf4j-log4j13', version='1.0')
)
Apache Ivy
<dependency org="org.slf4j" name="slf4j-log4j13" rev="1.0" />
Leiningen
[org.slf4j/slf4j-log4j13 "1.0"]
Apache Buildr
'org.slf4j:slf4j-log4j13:jar:1.0'
Dependencies
The project has no third-party dependencies