jcl-over-slf4j

jcl-over-slf4j

JCL 1.2 implemented over SLF4J
http://www.slf4j.org
Apache License, Version 2.0
Files download
File Operation
jcl-over-slf4j-2.0.7.jar download
jcl-over-slf4j-2.0.7.pom download
jcl-over-slf4j-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>jcl-over-slf4j</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:jcl-over-slf4j:2.0.7'
Gradle Kotlin
implementation("org.slf4j:jcl-over-slf4j:2.0.7")
Scala SBT
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='jcl-over-slf4j', version='2.0.7')
)
Apache Ivy
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.7" />
Leiningen
[org.slf4j/jcl-over-slf4j "2.0.7"]
Apache Buildr
'org.slf4j:jcl-over-slf4j:jar:2.0.7'