| Categories | 
                CategoriesSLF4J Application Layer Libs Logging | 
        
|---|---|
| GroupId | GroupIdcom.truthbean.logger | 
    
| ArtifactId | ArtifactIdslf4j-boot | 
    
| Version | Version0.1.0-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| slf4j-boot-0.1.0-RELEASE.pom | |
| slf4j-boot-0.1.0-RELEASE.jar | 3 KB | 
| slf4j-boot-0.1.0-RELEASE-sources.jar | 4 KB | 
| slf4j-boot-0.1.0-RELEASE-javadoc.jar | 393 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/ -->
<dependency>
    <groupId>com.truthbean.logger</groupId>
    <artifactId>slf4j-boot</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation 'com.truthbean.logger:slf4j-boot:0.1.0-RELEASE'
                // https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation ("com.truthbean.logger:slf4j-boot:0.1.0-RELEASE")
                'com.truthbean.logger:slf4j-boot:jar:0.1.0-RELEASE'
                <dependency org="com.truthbean.logger" name="slf4j-boot" rev="0.1.0-RELEASE">
  <artifact name="slf4j-boot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.truthbean.logger', module='slf4j-boot', version='0.1.0-RELEASE')
)
                libraryDependencies += "com.truthbean.logger" % "slf4j-boot" % "0.1.0-RELEASE"
                [com.truthbean.logger/slf4j-boot "0.1.0-RELEASE"]