Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.timpeeters |
ArtifactId | ArtifactIdspring-boot-contextual-logging |
Version | Version2.1.1 |
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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-contextual-logging/
implementation 'com.github.timpeeters:spring-boot-contextual-logging:2.1.1'
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-contextual-logging/
implementation ("com.github.timpeeters:spring-boot-contextual-logging:2.1.1")
'com.github.timpeeters:spring-boot-contextual-logging:jar:2.1.1'
<dependency org="com.github.timpeeters" name="spring-boot-contextual-logging" rev="2.1.1">
<artifact name="spring-boot-contextual-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timpeeters', module='spring-boot-contextual-logging', version='2.1.1')
)
libraryDependencies += "com.github.timpeeters" % "spring-boot-contextual-logging" % "2.1.1"
[com.github.timpeeters/spring-boot-contextual-logging "2.1.1"]