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

Cuckoo Filter 1.0.5

A thread safe probability filter that performs set membership tests.

Лицензия

Лицензия

Группа

Группа

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

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

cuckoofilter
Версия

Версия

1.0.5
Тип

Тип

jar
Описание

Описание

Cuckoo Filter
A thread safe probability filter that performs set membership tests.
Ссылка на сайт

Ссылка на сайт

https://github.com/ikelin/cuckoofilter.git
Система контроля версий

Система контроля версий

http://github.com/ikelin/cuckoofilter/tree/master

Скачать cuckoofilter 1.0.5


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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

Модули Проекта

Данный проект не имеет модулей.