multithread.context

multithread.context

a simple lib for transmitting context between thread even using thread pool.
https://github.com/alibaba/multi-thread-context
Apache 2
Alibaba
Jerry Lee Tony Chen
文件下载
文件名 操作
multithread.context-1.2.0.jar 下载
multithread.context-1.2.0.pom 下载
multithread.context-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>multithread.context</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:multithread.context:1.2.0'
Gradle Kotlin
implementation("com.alibaba:multithread.context:1.2.0")
Scala SBT
libraryDependencies += "com.alibaba" % "multithread.context" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='multithread.context', version='1.2.0')
)
Apache Ivy
<dependency org="com.alibaba" name="multithread.context" rev="1.2.0" />
Leiningen
[com.alibaba/multithread.context "1.2.0"]
Apache Buildr
'com.alibaba:multithread.context:jar:1.2.0'
本项目依赖