is not current version
Last Version 2.0.0-alpha7

org.slf4j:log4j-over-slf4j 1.7.22

Log4j implemented over SLF4J

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

log4j-over-slf4j
Version

Version

1.7.22
Type

Type

jar

Download log4j-over-slf4j 1.7.22


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