License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.force66 |
ArtifactId | ArtifactIdRequestCorrelationSlf4J |
Last Version | Last Version1.0.0-rc2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRequestCorrelationSlf4J
This project is a Java library that facilitates establishing and tracking correlation ids for micro-services using Slf4j.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>RequestCorrelationSlf4J</artifactId>
<version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation 'org.force66:RequestCorrelationSlf4J:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation ("org.force66:RequestCorrelationSlf4J:1.0.0-rc2")
'org.force66:RequestCorrelationSlf4J:jar:1.0.0-rc2'
<dependency org="org.force66" name="RequestCorrelationSlf4J" rev="1.0.0-rc2">
<artifact name="RequestCorrelationSlf4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='RequestCorrelationSlf4J', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "RequestCorrelationSlf4J" % "1.0.0-rc2"
[org.force66/RequestCorrelationSlf4J "1.0.0-rc2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.commons : commons-collections4 | jar | 4.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.force66 : ServletApiMock | jar | 1.0.0-Beta |
ch.qos.logback : logback-classic | jar | 1.1.2 |