License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdslf4j-plus |
Last Version | Last Version1.7.25.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom implementation for SLF4J
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
slf4j-plus-1.7.25.0.pom | |
slf4j-plus-1.7.25.0.jar | 9 KB |
slf4j-plus-1.7.25.0-sources.jar | 6 KB |
slf4j-plus-1.7.25.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>slf4j-plus</artifactId>
<version>1.7.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/
implementation 'com.github.spt-oss:slf4j-plus:1.7.25.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/
implementation ("com.github.spt-oss:slf4j-plus:1.7.25.0")
'com.github.spt-oss:slf4j-plus:jar:1.7.25.0'
<dependency org="com.github.spt-oss" name="slf4j-plus" rev="1.7.25.0">
<artifact name="slf4j-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='slf4j-plus', version='1.7.25.0')
)
libraryDependencies += "com.github.spt-oss" % "slf4j-plus" % "1.7.25.0"
[com.github.spt-oss/slf4j-plus "1.7.25.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-logging | jar | 1.5.7.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.7.RELEASE |