Last Version

com.github.mgunlogson:cuckoofilter4j 1.0.2

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

License

License

Categories

Categories

Gson Data JSON
GroupId

GroupId

com.github.mgunlogson
ArtifactId

ArtifactId

cuckoofilter4j
Version

Version

1.0.2
Type

Type

jar
Description

Description

com.github.mgunlogson:cuckoofilter4j
A high performance thread-safe Java implementation of a Cuckoo filter. Uses similar conventions Guava's Bloom filters.
Project URL

Project URL

https://github.com/MGunlogson/CuckooFilter4J
Source Code Management

Source Code Management

https://github.com/MGunlogson/CuckooFilter4J

Download cuckoofilter4j 1.0.2


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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
com.google.guava : guava-testlib jar 19.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8

Project Modules

There are no modules declared in this project.