j

java-concurrent-hash-trie-map

Java implementation of a concurrent trie hash map from Scala collections library
https://github.com/romix/java-concurrent-hash-trie-map
The Apache Software License, Version 2.0
Roman Levenstein
Files download
File Operation
java-concurrent-hash-trie-map-0.2.23.jar download
java-concurrent-hash-trie-map-0.2.23.pom download
java-concurrent-hash-trie-map-0.2.23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.romix</groupId>
  <artifactId>java-concurrent-hash-trie-map</artifactId>
  <version>0.2.23</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.romix:java-concurrent-hash-trie-map:0.2.23'
Gradle Kotlin
implementation("com.github.romix:java-concurrent-hash-trie-map:0.2.23")
Scala SBT
libraryDependencies += "com.github.romix" % "java-concurrent-hash-trie-map" % "0.2.23"
Groovy Grape
@Grapes(
  @Grab(group='com.github.romix', module='java-concurrent-hash-trie-map', version='0.2.23')
)
Apache Ivy
<dependency org="com.github.romix" name="java-concurrent-hash-trie-map" rev="0.2.23" />
Leiningen
[com.github.romix/java-concurrent-hash-trie-map "0.2.23"]
Apache Buildr
'com.github.romix:java-concurrent-hash-trie-map:jar:0.2.23'