License |
License |
---|---|
GroupId | GroupIdorg.force66 |
ArtifactId | ArtifactIdRequestCorrelation-log4j-1x |
Last Version | Last Version1.0.0-rc2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis project is a Java library that facilitates logging correlation ids for micro-services using log4j.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.force66/RequestCorrelation-log4j-1x/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>RequestCorrelation-log4j-1x</artifactId>
<version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/RequestCorrelation-log4j-1x/
implementation 'org.force66:RequestCorrelation-log4j-1x:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/RequestCorrelation-log4j-1x/
implementation ("org.force66:RequestCorrelation-log4j-1x:1.0.0-rc2")
'org.force66:RequestCorrelation-log4j-1x:jar:1.0.0-rc2'
<dependency org="org.force66" name="RequestCorrelation-log4j-1x" rev="1.0.0-rc2">
<artifact name="RequestCorrelation-log4j-1x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='RequestCorrelation-log4j-1x', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "RequestCorrelation-log4j-1x" % "1.0.0-rc2"
[org.force66/RequestCorrelation-log4j-1x "1.0.0-rc2"]
Group / Artifact | Type | Version |
---|---|---|
org.force66 : RequestCorrelation-core | jar | 1.0.0-rc2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |