Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.timpeeters |
ArtifactId | ArtifactIdspring-boot-contextual-logging |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-contextual-logging/ -->
<dependency>
<groupId>com.github.timpeeters</groupId>
<artifactId>spring-boot-contextual-logging</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-contextual-logging/
implementation 'com.github.timpeeters:spring-boot-contextual-logging:1.0.3'
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-contextual-logging/
implementation ("com.github.timpeeters:spring-boot-contextual-logging:1.0.3")
'com.github.timpeeters:spring-boot-contextual-logging:jar:1.0.3'
<dependency org="com.github.timpeeters" name="spring-boot-contextual-logging" rev="1.0.3">
<artifact name="spring-boot-contextual-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timpeeters', module='spring-boot-contextual-logging', version='1.0.3')
)
libraryDependencies += "com.github.timpeeters" % "spring-boot-contextual-logging" % "1.0.3"
[com.github.timpeeters/spring-boot-contextual-logging "1.0.3"]