Download java-concurrent-hash-trie-map-0.2.0.jar file - Jar j

Jar examples for j:java-concurrent-hash-trie-map

Description

Java implementation of a concurrent trie hash map from Scala collections library

You can download jar file java-concurrent-hash-trie-map 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-concurrent-hash-trie-map-0.2.0.jar to your project.

<dependency>
   <groupId>com.github.romix</groupId>
   <artifactId>java-concurrent-hash-trie-map</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.github.romix', name: 'java-concurrent-hash-trie-map', version: '0.2.0'
libraryDependencies += "com.github.romix" % "java-concurrent-hash-trie-map" % "0.2.0"
<dependency org="com.github.romix" name="java-concurrent-hash-trie-map" rev="0.2.0"/>
@Grapes(@Grab(group='com.github.romix', module='java-concurrent-hash-trie-map', version='0.2.0'))
'com.github.romix:java-concurrent-hash-trie-map:jar:0.2.0'

Download

Click the following link to download the jar file.

java-concurrent-hash-trie-map-0.2.0-javadoc.jar
java-concurrent-hash-trie-map-0.2.0-sources.jar
java-concurrent-hash-trie-map-0.2.0.jar
java-concurrent-hash-trie-map-0.2.0.pom



Related Tutorials