| License |
License |
|---|---|
| GroupId | GroupIdio.github.jsssk |
| ArtifactId | ArtifactIdbloom4j-core |
| Version | Version1.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionThis project provide convenience for coder to create a bloom filter and use it.
|
| Filename | Size |
|---|---|
| bloom4j-core-1.0.RELEASE.pom | |
| bloom4j-core-1.0.RELEASE.jar | 20 KB |
| bloom4j-core-1.0.RELEASE-sources.jar | 8 KB |
| bloom4j-core-1.0.RELEASE-javadoc.jar | 463 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jsssk/bloom4j-core/ -->
<dependency>
<groupId>io.github.jsssk</groupId>
<artifactId>bloom4j-core</artifactId>
<version>1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jsssk/bloom4j-core/
implementation 'io.github.jsssk:bloom4j-core:1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.jsssk/bloom4j-core/
implementation ("io.github.jsssk:bloom4j-core:1.0.RELEASE")
'io.github.jsssk:bloom4j-core:jar:1.0.RELEASE'
<dependency org="io.github.jsssk" name="bloom4j-core" rev="1.0.RELEASE">
<artifact name="bloom4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jsssk', module='bloom4j-core', version='1.0.RELEASE')
)
libraryDependencies += "io.github.jsssk" % "bloom4j-core" % "1.0.RELEASE"
[io.github.jsssk/bloom4j-core "1.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.jsssk : bloom4j-base | jar | 1.0.RELEASE |
| com.google.guava : guava | jar | 31.0.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |