Last Version

bloom4j 1.0.RELEASE

This project provide convenience for coder to create a bloom filter and use it.

License

License

GroupId

GroupId

io.github.jsssk
ArtifactId

ArtifactId

bloom4j
Version

Version

1.0.RELEASE
Type

Type

pom
Description

Description

bloom4j
This project provide convenience for coder to create a bloom filter and use it.
Project URL

Project URL

https://github.com/jsssk/bloom4j
Source Code Management

Source Code Management

https://github.com/jsssk/bloom4j

Download bloom4j 1.0.RELEASE

Filename Size
bloom4j-1.0.RELEASE.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.jsssk/bloom4j/ -->
<dependency>
    <groupId>io.github.jsssk</groupId>
    <artifactId>bloom4j</artifactId>
    <version>1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jsssk/bloom4j/
implementation 'io.github.jsssk:bloom4j:1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.jsssk/bloom4j/
implementation ("io.github.jsssk:bloom4j:1.0.RELEASE")
'io.github.jsssk:bloom4j:pom:1.0.RELEASE'
<dependency org="io.github.jsssk" name="bloom4j" rev="1.0.RELEASE">
  <artifact name="bloom4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jsssk', module='bloom4j', version='1.0.RELEASE')
)
libraryDependencies += "io.github.jsssk" % "bloom4j" % "1.0.RELEASE"
[io.github.jsssk/bloom4j "1.0.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

  • bloom4j-base
  • bloom4j-core
  • bloom4j-redis