| Categories | 
                CategoriesSLF4J Application Layer Libs Logging | 
        
|---|---|
| GroupId | GroupIdorg.slf4j | 
    
| ArtifactId | ArtifactIdslf4j-converter | 
    
| Last Version | Last Version1.5.0-M0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSLF4J Converter 
            
         | 
    
| Project Organization | 
                    Project OrganizationQOS.ch | 
            
| Filename | Size | 
|---|---|
| slf4j-converter-1.5.0-M0.pom | |
| slf4j-converter-1.5.0-M0.jar | 17 KB | 
| slf4j-converter-1.5.0-M0-sources.jar | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-converter/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-converter</artifactId>
    <version>1.5.0-M0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.slf4j/slf4j-converter/
implementation 'org.slf4j:slf4j-converter:1.5.0-M0'
                // https://jarcasting.com/artifacts/org.slf4j/slf4j-converter/
implementation ("org.slf4j:slf4j-converter:1.5.0-M0")
                'org.slf4j:slf4j-converter:jar:1.5.0-M0'
                <dependency org="org.slf4j" name="slf4j-converter" rev="1.5.0-M0">
  <artifact name="slf4j-converter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.slf4j', module='slf4j-converter', version='1.5.0-M0')
)
                libraryDependencies += "org.slf4j" % "slf4j-converter" % "1.5.0-M0"
                [org.slf4j/slf4j-converter "1.5.0-M0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |