Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdcom.github.mgunlogson |
ArtifactId | ArtifactIdcuckoofilter4j |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cuckoofilter4j-1.0.1.pom | |
cuckoofilter4j-1.0.1.jar | 31 KB |
cuckoofilter4j-1.0.1-sources.jar | 32 KB |
cuckoofilter4j-1.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/ -->
<dependency>
<groupId>com.github.mgunlogson</groupId>
<artifactId>cuckoofilter4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation 'com.github.mgunlogson:cuckoofilter4j:1.0.1'
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation ("com.github.mgunlogson:cuckoofilter4j:1.0.1")
'com.github.mgunlogson:cuckoofilter4j:jar:1.0.1'
<dependency org="com.github.mgunlogson" name="cuckoofilter4j" rev="1.0.1">
<artifact name="cuckoofilter4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mgunlogson', module='cuckoofilter4j', version='1.0.1')
)
libraryDependencies += "com.github.mgunlogson" % "cuckoofilter4j" % "1.0.1"
[com.github.mgunlogson/cuckoofilter4j "1.0.1"]