is not current version
Last Version 2.17.2

org.apache.logging.log4j:log4j-slf4j-impl 2.12.4

The Apache Log4j SLF4J API binding to Log4j 2 Core

Categories

Categories

Logging Application Layer Libs SLF4J
GroupId

GroupId

org.apache.logging.log4j
ArtifactId

ArtifactId

log4j-slf4j-impl
Version

Version

2.12.4
Type

Type

jar

Download log4j-slf4j-impl 2.12.4


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