| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSLF4J Application Layer Libs Logging | 
        
| GroupId | GroupIdcom.truthbean.logger | 
    
| ArtifactId | ArtifactIdslf4j-boot | 
    
| Version | Version0.4.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionslf4j-boot 
            slf4j boot of the truthbean logger framework 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| slf4j-boot-0.4.0-RELEASE.pom | |
| slf4j-boot-0.4.0-RELEASE.jar | 8 KB | 
| slf4j-boot-0.4.0-RELEASE-sources.jar | 7 KB | 
| slf4j-boot-0.4.0-RELEASE-javadoc.jar | 394 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/ -->
<dependency>
    <groupId>com.truthbean.logger</groupId>
    <artifactId>slf4j-boot</artifactId>
    <version>0.4.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation 'com.truthbean.logger:slf4j-boot:0.4.0-RELEASE'
                // https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation ("com.truthbean.logger:slf4j-boot:0.4.0-RELEASE")
                'com.truthbean.logger:slf4j-boot:jar:0.4.0-RELEASE'
                <dependency org="com.truthbean.logger" name="slf4j-boot" rev="0.4.0-RELEASE">
  <artifact name="slf4j-boot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.truthbean.logger', module='slf4j-boot', version='0.4.0-RELEASE')
)
                libraryDependencies += "com.truthbean.logger" % "slf4j-boot" % "0.4.0-RELEASE"
                [com.truthbean.logger/slf4j-boot "0.4.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.truthbean.logger : logger-core | jar | 0.4.0-RELEASE | 
| com.truthbean.logger : logger-to-slf4j | jar | 0.4.0-RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| org.slf4j : osgi-over-slf4j | jar | 1.7.30 | 
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 | 
| org.slf4j : log4j-over-slf4j | jar | 1.7.30 | 
| org.slf4j : jul-to-slf4j | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |