License |
License |
---|---|
GroupId | GroupIdcom.artnaseef |
ArtifactId | ArtifactIdcorrelation-id-utils |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCorrelation ID Utilities
Utilities for handling common operations with Correlation IDs, including reading and updating common message
headers, and updating the MDC for logging and forwarding to downstream endpoints.
|
Project URL |
Project URL |
Filename | Size |
---|---|
correlation-id-utils-2.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artnaseef/correlation-id-utils/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>correlation-id-utils</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/correlation-id-utils/
implementation 'com.artnaseef:correlation-id-utils:2.0.3'
// https://jarcasting.com/artifacts/com.artnaseef/correlation-id-utils/
implementation ("com.artnaseef:correlation-id-utils:2.0.3")
'com.artnaseef:correlation-id-utils:pom:2.0.3'
<dependency org="com.artnaseef" name="correlation-id-utils" rev="2.0.3">
<artifact name="correlation-id-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='correlation-id-utils', version='2.0.3')
)
libraryDependencies += "com.artnaseef" % "correlation-id-utils" % "2.0.3"
[com.artnaseef/correlation-id-utils "2.0.3"]