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