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-1.7.36.jar download
jcl-over-slf4j-1.7.36.pom download
jcl-over-slf4j-1.7.36-sources.jar download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>jcl-over-slf4j</artifactId>
  <version>1.7.36</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:jcl-over-slf4j:1.7.36'
Gradle Kotlin
implementation("org.slf4j:jcl-over-slf4j:1.7.36")
Scala SBT
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "1.7.36"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='jcl-over-slf4j', version='1.7.36')
)
Apache Ivy
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.36" />
Leiningen
[org.slf4j/jcl-over-slf4j "1.7.36"]
Apache Buildr
'org.slf4j:jcl-over-slf4j:jar:1.7.36'