is not current version
Last Version 2.17.2

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

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.13.3
Type

Type

jar

Download log4j-slf4j-impl 2.13.3


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