не последняя версия
Последняя версия 0.2.23

com.github.romix:java-concurrent-hash-trie-map 0.2.0

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

Категории

Категории

Java Языки программирования
Группа

Группа

com.github.romix
Идентификатор

Идентификатор

java-concurrent-hash-trie-map
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать java-concurrent-hash-trie-map 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.romix/java-concurrent-hash-trie-map/ -->
<dependency>
    <groupId>com.github.romix</groupId>
    <artifactId>java-concurrent-hash-trie-map</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.romix/java-concurrent-hash-trie-map/
implementation 'com.github.romix:java-concurrent-hash-trie-map:0.2.0'
// https://jarcasting.com/artifacts/com.github.romix/java-concurrent-hash-trie-map/
implementation ("com.github.romix:java-concurrent-hash-trie-map:0.2.0")
'com.github.romix:java-concurrent-hash-trie-map:jar:0.2.0'
<dependency org="com.github.romix" name="java-concurrent-hash-trie-map" rev="0.2.0">
  <artifact name="java-concurrent-hash-trie-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.romix', module='java-concurrent-hash-trie-map', version='0.2.0')
)
libraryDependencies += "com.github.romix" % "java-concurrent-hash-trie-map" % "0.2.0"
[com.github.romix/java-concurrent-hash-trie-map "0.2.0"]