is not current version
Last Version 1.0.0-rc2

org.force66:RequestCorrelationSlf4J 1.0.0-rc1

This project is a Java library that facilitates establishing and tracking correlation ids for micro-services using Slf4j.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.force66
ArtifactId

ArtifactId

RequestCorrelationSlf4J
Version

Version

1.0.0-rc1
Type

Type

jar

Download RequestCorrelationSlf4J 1.0.0-rc1


<!-- https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>RequestCorrelationSlf4J</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation 'org.force66:RequestCorrelationSlf4J:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation ("org.force66:RequestCorrelationSlf4J:1.0.0-rc1")
'org.force66:RequestCorrelationSlf4J:jar:1.0.0-rc1'
<dependency org="org.force66" name="RequestCorrelationSlf4J" rev="1.0.0-rc1">
  <artifact name="RequestCorrelationSlf4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='RequestCorrelationSlf4J', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "RequestCorrelationSlf4J" % "1.0.0-rc1"
[org.force66/RequestCorrelationSlf4J "1.0.0-rc1"]