License |
License |
---|---|
GroupId | GroupIdcom.alibaba |
ArtifactId | ArtifactIdtransmittable-thread-local |
Last Version | Last Version2.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTransmittableThreadLocal(TTL)
📌 The missing Java™ std lib(simple &? 0-dependency) for framework/middleware,
provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.alibaba/transmittable-thread-local/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/transmittable-thread-local/
implementation 'com.alibaba:transmittable-thread-local:2.13.0'
// https://jarcasting.com/artifacts/com.alibaba/transmittable-thread-local/
implementation ("com.alibaba:transmittable-thread-local:2.13.0")
'com.alibaba:transmittable-thread-local:jar:2.13.0'
<dependency org="com.alibaba" name="transmittable-thread-local" rev="2.13.0">
<artifact name="transmittable-thread-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='transmittable-thread-local', version='2.13.0')
)
libraryDependencies += "com.alibaba" % "transmittable-thread-local" % "2.13.0"
[com.alibaba/transmittable-thread-local "2.13.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-annotations | jar | 4.7.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.7.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.2 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.4.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |