Jar examples for c:concurrent
Provides common data structures (such as queue, stack etc.) in a concurrent flavor.
You can download jar file concurrent 0.94 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
concurrent-0.94-javadoc.jar