Download multithread.context-1.2.0.jar file - Jar m

Jar examples for m:multithread

Description

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.

License

Apache 2

Build File

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'

Download

Click the following link to download the jar file.

multithread.context-1.2.0.jar
multithread.context-1.2.0-javadoc.jar
multithread.context-1.2.0.pom
multithread.context-1.2.0-sources.jar



Related Tutorials