License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdcom.shedhack.thread |
ArtifactId | ArtifactIdthreadlocal-string-utility |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthreadlocal-string-utility
ThreadLocal utility that provides static method for (String type) setting, getting and clearing a ThreadLocal..
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.shedhack.thread/threadlocal-string-utility/ -->
<dependency>
<groupId>com.shedhack.thread</groupId>
<artifactId>threadlocal-string-utility</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack.thread/threadlocal-string-utility/
implementation 'com.shedhack.thread:threadlocal-string-utility:1.0.0'
// https://jarcasting.com/artifacts/com.shedhack.thread/threadlocal-string-utility/
implementation ("com.shedhack.thread:threadlocal-string-utility:1.0.0")
'com.shedhack.thread:threadlocal-string-utility:jar:1.0.0'
<dependency org="com.shedhack.thread" name="threadlocal-string-utility" rev="1.0.0">
<artifact name="threadlocal-string-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shedhack.thread', module='threadlocal-string-utility', version='1.0.0')
)
libraryDependencies += "com.shedhack.thread" % "threadlocal-string-utility" % "1.0.0"
[com.shedhack.thread/threadlocal-string-utility "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |