License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices SLF4J Application Layer Libs Logging |
GroupId | GroupIdwiki.xsx |
ArtifactId | ArtifactIdslf4j-spring-boot-starter |
Last Version | Last Version1.4.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4j-spring-boot-starter
log project for Spring Boot
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>slf4j-spring-boot-starter</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation 'wiki.xsx:slf4j-spring-boot-starter:1.4.9'
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation ("wiki.xsx:slf4j-spring-boot-starter:1.4.9")
'wiki.xsx:slf4j-spring-boot-starter:jar:1.4.9'
<dependency org="wiki.xsx" name="slf4j-spring-boot-starter" rev="1.4.9">
<artifact name="slf4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='slf4j-spring-boot-starter', version='1.4.9')
)
libraryDependencies += "wiki.xsx" % "slf4j-spring-boot-starter" % "1.4.9"
[wiki.xsx/slf4j-spring-boot-starter "1.4.9"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.26.0-GA |
org.projectlombok : lombok Optional | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.13.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.2.13.RELEASE |