Download concurrent-0.84.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.84 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

concurrent-0.84-javadoc.jar
concurrent-0.84-sources.jar
concurrent-0.84.jar
concurrent-0.84.pom



Related Tutorials