Last Version

bloom-filter 1.2.1

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.

License

License

MIT
GroupId

GroupId

com.github.xuanyue202
ArtifactId

ArtifactId

bloom-filter
Version

Version

1.2.1
Type

Type

jar
Description

Description

bloom-filter
Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Project URL

Project URL

https://github.com/xuanyue202/Orestes-Bloomfilter

Download bloom-filter 1.2.1


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.5
redis.clients : jedis jar 2.9.0
org.slf4j : slf4j-api jar 1.7.12

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.commons : commons-math jar 2.2
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.0

Project Modules

There are no modules declared in this project.