Jar examples for m:multithread
a simple lib for transmitting context between thread even using thread pool.
You can download jar file multithread.context 1.2.0 in this page.
Apache 2
You can use the following script to add multithread.context-1.2.0.jar to your project.
<dependency> <groupId>com.alibaba</groupId> <artifactId>multithread.context</artifactId> <version>1.2.0</version> </dependency>
compile group: 'com.alibaba', name: 'multithread.context', version: '1.2.0'
libraryDependencies += "com.alibaba" % "multithread.context" % "1.2.0"
<dependency org="com.alibaba" name="multithread.context" rev="1.2.0"/>
@Grapes(@Grab(group='com.alibaba', module='multithread.context', version='1.2.0'))
'com.alibaba:multithread.context:jar:1.2.0'
Click the following link to download the jar file.
multithread.context-1.2.0.jar