Categories |
CategoriesWildFly Container Application Servers Spring Boot Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdspring-boot-starter-logging |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-logging/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-logging/
implementation 'org.wildfly.swarm:spring-boot-starter-logging:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-logging/
implementation ("org.wildfly.swarm:spring-boot-starter-logging:1.0.0.Alpha1")
'org.wildfly.swarm:spring-boot-starter-logging:jar:1.0.0.Alpha1'
<dependency org="org.wildfly.swarm" name="spring-boot-starter-logging" rev="1.0.0.Alpha1">
<artifact name="spring-boot-starter-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='spring-boot-starter-logging', version='1.0.0.Alpha1')
)
libraryDependencies += "org.wildfly.swarm" % "spring-boot-starter-logging" % "1.0.0.Alpha1"
[org.wildfly.swarm/spring-boot-starter-logging "1.0.0.Alpha1"]