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

com.github.mgunlogson:cuckoofilter4j 1.0.0

A high performance thread-safe Java implementation of a Cuckoo filter. Uses similar conventions Guava's Bloom filters.

Категории

Категории

Gson Данные JSON
Группа

Группа

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

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

cuckoofilter4j
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать cuckoofilter4j 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/ -->
<dependency>
    <groupId>com.github.mgunlogson</groupId>
    <artifactId>cuckoofilter4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation 'com.github.mgunlogson:cuckoofilter4j:1.0.0'
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation ("com.github.mgunlogson:cuckoofilter4j:1.0.0")
'com.github.mgunlogson:cuckoofilter4j:jar:1.0.0'
<dependency org="com.github.mgunlogson" name="cuckoofilter4j" rev="1.0.0">
  <artifact name="cuckoofilter4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mgunlogson', module='cuckoofilter4j', version='1.0.0')
)
libraryDependencies += "com.github.mgunlogson" % "cuckoofilter4j" % "1.0.0"
[com.github.mgunlogson/cuckoofilter4j "1.0.0"]