jcl104-over-slf4j

jcl104-over-slf4j

See http://www.slf4j.org/manual.html#gradual for details Please note that jcl104-over-slf4j requires a valid SLF4J binding. However, since the binding can vary according to your taste, the SLF4J requirement is NOT listed in this project file. Javadocs for the JCL over SLF4J are available at http://www.slf4j.org/api/overview-summary.html
Files download
File Operation
jcl104-over-slf4j-1.0.jar download
jcl104-over-slf4j-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>jcl104-over-slf4j</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:jcl104-over-slf4j:1.0'
Gradle Kotlin
implementation("org.slf4j:jcl104-over-slf4j:1.0")
Scala SBT
libraryDependencies += "org.slf4j" % "jcl104-over-slf4j" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='jcl104-over-slf4j', version='1.0')
)
Apache Ivy
<dependency org="org.slf4j" name="jcl104-over-slf4j" rev="1.0" />
Leiningen
[org.slf4j/jcl104-over-slf4j "1.0"]
Apache Buildr
'org.slf4j:jcl104-over-slf4j:jar:1.0'
Dependencies
The project has no third-party dependencies