| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSLF4J Application Layer Libs Logging | 
        
| GroupId | GroupIdorg.slf4j | 
    
| ArtifactId | ArtifactIdjcl-over-slf4j | 
    
| Version | Version2.0.0-alpha1 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJCL 1.2 implemented over SLF4J 
            JCL 1.2 implemented over SLF4J 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationQOS.ch | 
            
<!-- https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>jcl-over-slf4j</artifactId>
    <version>2.0.0-alpha1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/
implementation 'org.slf4j:jcl-over-slf4j:2.0.0-alpha1'
                // https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/
implementation ("org.slf4j:jcl-over-slf4j:2.0.0-alpha1")
                'org.slf4j:jcl-over-slf4j:jar:2.0.0-alpha1'
                <dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.0-alpha1">
  <artifact name="jcl-over-slf4j" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.slf4j', module='jcl-over-slf4j', version='2.0.0-alpha1')
)
                libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.0-alpha1"
                [org.slf4j/jcl-over-slf4j "2.0.0-alpha1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 2.0.0-alpha1 | 
| junit : junit | jar | 4.12 |