Download context-propagation-0.4.0.jar file - Jar c

Jar examples for c:context-propagation

Description

Library for standardized management of global context propagation in concurrent systems.

You can download jar file context-propagation 0.4.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add context-propagation-0.4.0.jar to your project.

<dependency>
   <groupId>nl.talsmasoftware</groupId>
   <artifactId>context-propagation</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'nl.talsmasoftware', name: 'context-propagation', version: '0.4.0'
libraryDependencies += "nl.talsmasoftware" % "context-propagation" % "0.4.0"
<dependency org="nl.talsmasoftware" name="context-propagation" rev="0.4.0"/>
@Grapes(@Grab(group='nl.talsmasoftware', module='context-propagation', version='0.4.0'))
'nl.talsmasoftware:context-propagation:jar:0.4.0'

Download

Click the following link to download the jar file.

context-propagation-0.4.0-javadoc.jar
context-propagation-0.4.0-sources.jar
context-propagation-0.4.0.jar
context-propagation-0.4.0.pom



Related Tutorials