Download cuckoofilter4j-1.0.2.jar file - Jar c

Jar examples for c:cuckoofilter4j

Description

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

You can download jar file cuckoofilter4j 1.0.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add cuckoofilter4j-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.mgunlogson</groupId>
   <artifactId>cuckoofilter4j</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.mgunlogson', name: 'cuckoofilter4j', version: '1.0.2'
libraryDependencies += "com.github.mgunlogson" % "cuckoofilter4j" % "1.0.2"
<dependency org="com.github.mgunlogson" name="cuckoofilter4j" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.mgunlogson', module='cuckoofilter4j', version='1.0.2'))
'com.github.mgunlogson:cuckoofilter4j:jar:1.0.2'

Download

Click the following link to download the jar file.

cuckoofilter4j-1.0.2-javadoc.jar
cuckoofilter4j-1.0.2-sources.jar
cuckoofilter4j-1.0.2.jar
cuckoofilter4j-1.0.2.pom



Related Tutorials