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