License |
License |
---|---|
GroupId | GroupIdcom.spt-development |
ArtifactId | ArtifactIdspt-development-cid |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptioncid
A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spt-development-cid-1.1.0.pom | |
spt-development-cid-1.1.0.jar | 5 KB |
spt-development-cid-1.1.0-sources.jar | 4 KB |
spt-development-cid-1.1.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation 'com.spt-development:spt-development-cid:1.1.0'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation ("com.spt-development:spt-development-cid:1.1.0")
'com.spt-development:spt-development-cid:jar:1.1.0'
<dependency org="com.spt-development" name="spt-development-cid" rev="1.1.0">
<artifact name="spt-development-cid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-cid', version='1.1.0')
)
libraryDependencies += "com.spt-development" % "spt-development-cid" % "1.1.0"
[com.spt-development/spt-development-cid "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |