is not current version
Last Version 2.0.0-alpha7

org.slf4j:jcl-over-slf4j 1.6.2

JCL 1.1.1 implementation over SLF4J

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

jcl-over-slf4j
Version

Version

1.6.2
Type

Type

jar

Download jcl-over-slf4j 1.6.2


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