| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSLF4J Application Layer Libs Logging | 
        
| GroupId | GroupIdorg.slf4j | 
    
| ArtifactId | ArtifactIdslf4j-nop | 
    
| Version | Version2.0.0-alpha6 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSLF4J NOP Binding 
            SLF4J NOP Binding 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationQOS.ch | 
            
| Filename | Size | 
|---|---|
| slf4j-nop-2.0.0-alpha6.pom | |
| slf4j-nop-2.0.0-alpha6.jar | 3 KB | 
| slf4j-nop-2.0.0-alpha6-sources.jar | 2 KB | 
| slf4j-nop-2.0.0-alpha6-javadoc.jar | 112 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-nop/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-nop</artifactId>
    <version>2.0.0-alpha6</version>
</dependency>
                // https://jarcasting.com/artifacts/org.slf4j/slf4j-nop/
implementation 'org.slf4j:slf4j-nop:2.0.0-alpha6'
                // https://jarcasting.com/artifacts/org.slf4j/slf4j-nop/
implementation ("org.slf4j:slf4j-nop:2.0.0-alpha6")
                'org.slf4j:slf4j-nop:jar:2.0.0-alpha6'
                <dependency org="org.slf4j" name="slf4j-nop" rev="2.0.0-alpha6">
  <artifact name="slf4j-nop" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.slf4j', module='slf4j-nop', version='2.0.0-alpha6')
)
                libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.0-alpha6"
                [org.slf4j/slf4j-nop "2.0.0-alpha6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |