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
文件下载
文件名 操作
java-concurrent-hash-trie-map-0.2.0.jar 下载
java-concurrent-hash-trie-map-0.2.0.pom 下载
java-concurrent-hash-trie-map-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.romix</groupId>
  <artifactId>java-concurrent-hash-trie-map</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.romix:java-concurrent-hash-trie-map:0.2.0'
Gradle Kotlin
implementation("com.github.romix:java-concurrent-hash-trie-map:0.2.0")
Scala SBT
libraryDependencies += "com.github.romix" % "java-concurrent-hash-trie-map" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.romix', module='java-concurrent-hash-trie-map', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.romix" name="java-concurrent-hash-trie-map" rev="0.2.0" />
Leiningen
[com.github.romix/java-concurrent-hash-trie-map "0.2.0"]
Apache Buildr
'com.github.romix:java-concurrent-hash-trie-map:jar:0.2.0'