is not current version
Last Version 1.3.RELEASE

org.seppiko.glf:spring-boot-starter-glf 1.2.RELEASE

Spring boot 2.x logging to GLF

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.seppiko.glf
ArtifactId

ArtifactId

spring-boot-starter-glf
Version

Version

1.2.RELEASE
Type

Type

jar

Download spring-boot-starter-glf 1.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.seppiko.glf/spring-boot-starter-glf/ -->
<dependency>
    <groupId>org.seppiko.glf</groupId>
    <artifactId>spring-boot-starter-glf</artifactId>
    <version>1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/spring-boot-starter-glf/
implementation 'org.seppiko.glf:spring-boot-starter-glf:1.2.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/spring-boot-starter-glf/
implementation ("org.seppiko.glf:spring-boot-starter-glf:1.2.RELEASE")
'org.seppiko.glf:spring-boot-starter-glf:jar:1.2.RELEASE'
<dependency org="org.seppiko.glf" name="spring-boot-starter-glf" rev="1.2.RELEASE">
  <artifact name="spring-boot-starter-glf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='spring-boot-starter-glf', version='1.2.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "spring-boot-starter-glf" % "1.2.RELEASE"
[org.seppiko.glf/spring-boot-starter-glf "1.2.RELEASE"]