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.144 in this page.
The Apache Software License, Version 2.0
You can use the following script to add concurrent-0.144.jar to your project.
<dependency> <groupId>io.airlift</groupId> <artifactId>concurrent</artifactId> <version>0.144</version> </dependency>
compile group: 'io.airlift', name: 'concurrent', version: '0.144'
libraryDependencies += "io.airlift" % "concurrent" % "0.144"
<dependency org="io.airlift" name="concurrent" rev="0.144"/>
@Grapes(@Grab(group='io.airlift', module='concurrent', version='0.144'))
'io.airlift:concurrent:jar:0.144'
Click the following link to download the jar file.
concurrent-0.144-javadoc.jar