| Категории |
КатегорииSpring Boot Контейнер Микросервисы SLF4J Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаwiki.xsx |
| Идентификатор | Идентификаторslf4j-spring-boot-starter |
| Версия | Версия1.1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>slf4j-spring-boot-starter</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation 'wiki.xsx:slf4j-spring-boot-starter:1.1.4'
// https://jarcasting.com/artifacts/wiki.xsx/slf4j-spring-boot-starter/
implementation ("wiki.xsx:slf4j-spring-boot-starter:1.1.4")
'wiki.xsx:slf4j-spring-boot-starter:jar:1.1.4'
<dependency org="wiki.xsx" name="slf4j-spring-boot-starter" rev="1.1.4">
<artifact name="slf4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='slf4j-spring-boot-starter', version='1.1.4')
)
libraryDependencies += "wiki.xsx" % "slf4j-spring-boot-starter" % "1.1.4"
[wiki.xsx/slf4j-spring-boot-starter "1.1.4"]