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