Categories |
CategoriesSpring Boot Container Microservices SLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdwiki.xsx |
ArtifactId | ArtifactIdslf4j-spring-boot-starter |
Version | Version1.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>slf4j-spring-boot-starter</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation 'wiki.xsx:slf4j-spring-boot-starter:1.1.6'
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation ("wiki.xsx:slf4j-spring-boot-starter:1.1.6")
'wiki.xsx:slf4j-spring-boot-starter:jar:1.1.6'
<dependency org="wiki.xsx" name="slf4j-spring-boot-starter" rev="1.1.6">
<artifact name="slf4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='slf4j-spring-boot-starter', version='1.1.6')
)
libraryDependencies += "wiki.xsx" % "slf4j-spring-boot-starter" % "1.1.6"
[wiki.xsx/slf4j-spring-boot-starter "1.1.6"]