License |
License |
---|---|
GroupId | GroupIdcom.artnaseef |
ArtifactId | ArtifactIdcorrelation-id-utils |
Version | Version2.0.2 |
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.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/correlation-id-utils/
implementation 'com.artnaseef:correlation-id-utils:2.0.2'
// https://jarcasting.com/artifacts/com.artnaseef/correlation-id-utils/
implementation ("com.artnaseef:correlation-id-utils:2.0.2")
'com.artnaseef:correlation-id-utils:pom:2.0.2'
<dependency org="com.artnaseef" name="correlation-id-utils" rev="2.0.2">
<artifact name="correlation-id-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='correlation-id-utils', version='2.0.2')
)
libraryDependencies += "com.artnaseef" % "correlation-id-utils" % "2.0.2"
[com.artnaseef/correlation-id-utils "2.0.2"]