Download concurrent-0.94.jar file - Jar c

Jar examples for c:concurrent

Description

Provides common data structures (such as queue, stack etc.) in a concurrent flavor.

You can download jar file concurrent 0.94 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.proofpoint.platform</groupId>
   <artifactId>concurrent</artifactId>
   <version>0.94</version>
</dependency>
compile group: 'com.proofpoint.platform', name: 'concurrent', version: '0.94'
libraryDependencies += "com.proofpoint.platform" % "concurrent" % "0.94"
<dependency org="com.proofpoint.platform" name="concurrent" rev="0.94"/>
@Grapes(@Grab(group='com.proofpoint.platform', module='concurrent', version='0.94'))
'com.proofpoint.platform:concurrent:jar:0.94'

Download

Click the following link to download the jar file.

concurrent-0.94-javadoc.jar
concurrent-0.94-sources.jar
concurrent-0.94-test-sources.jar
concurrent-0.94-tests.jar
concurrent-0.94.jar
concurrent-0.94.pom



Related Tutorials