l

log4j-slf4j-impl

SLF4J 1 binding (provider) for the Log4j API. It forwards SLF4J 1 calls to the Log4j API. (Refer to the `log4j-to-slf4j` artifact for forwarding the Log4j API to SLF4J.)
Apache-2.0
Files download
File Operation
log4j-slf4j-impl-2.24.1.jar download
log4j-slf4j-impl-2.24.1.pom download
log4j-slf4j-impl-2.24.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-slf4j-impl</artifactId>
  <version>2.24.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1'
Gradle Kotlin
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.1")
Scala SBT
libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.logging.log4j', module='log4j-slf4j-impl', version='2.24.1')
)
Apache Ivy
<dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.24.1" />
Leiningen
[org.apache.logging.log4j/log4j-slf4j-impl "2.24.1"]
Apache Buildr
'org.apache.logging.log4j:log4j-slf4j-impl:jar:2.24.1'