Download moar-concurrent-1.0.2.jar file - Jar m

Jar examples for m:moar-concurrent

Description

This module contains a collection of useful builders and concurrency classes to assist in modeling complex or overly tweakable concurrent processing pipelines.

You can download jar file moar-concurrent 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add moar-concurrent-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.rholder</groupId>
   <artifactId>moar-concurrent</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.rholder', name: 'moar-concurrent', version: '1.0.2'
libraryDependencies += "com.github.rholder" % "moar-concurrent" % "1.0.2"
<dependency org="com.github.rholder" name="moar-concurrent" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.rholder', module='moar-concurrent', version='1.0.2'))
'com.github.rholder:moar-concurrent:jar:1.0.2'

Download

Click the following link to download the jar file.

moar-concurrent-1.0.2-javadoc.jar
moar-concurrent-1.0.2-sources.jar
moar-concurrent-1.0.2.jar
moar-concurrent-1.0.2.pom



Related Tutorials