is not current version
Last Version 1.7.36

org.slf4j:slf4j-jcl 1.7.21

SLF4J JCL Binding

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

slf4j-jcl
Version

Version

1.7.21
Type

Type

jar

Download slf4j-jcl 1.7.21


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