Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.truthbean.logger |
ArtifactId | ArtifactIdslf4j-boot |
Version | Version0.3.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
slf4j-boot-0.3.1-RELEASE.pom | |
slf4j-boot-0.3.1-RELEASE.jar | 5 KB |
slf4j-boot-0.3.1-RELEASE-sources.jar | 6 KB |
slf4j-boot-0.3.1-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.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation 'com.truthbean.logger:slf4j-boot:0.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.truthbean.logger/slf4j-boot/
implementation ("com.truthbean.logger:slf4j-boot:0.3.1-RELEASE")
'com.truthbean.logger:slf4j-boot:jar:0.3.1-RELEASE'
<dependency org="com.truthbean.logger" name="slf4j-boot" rev="0.3.1-RELEASE">
<artifact name="slf4j-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truthbean.logger', module='slf4j-boot', version='0.3.1-RELEASE')
)
libraryDependencies += "com.truthbean.logger" % "slf4j-boot" % "0.3.1-RELEASE"
[com.truthbean.logger/slf4j-boot "0.3.1-RELEASE"]