is not current version
Last Version 1.5.11

org.slf4j:jcl104-over-slf4j 1.0-rc5

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

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

jcl104-over-slf4j
Version

Version

1.0-rc5
Type

Type

jar

Download jcl104-over-slf4j 1.0-rc5


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