License |
License |
---|---|
GroupId | GroupIdio.github.fastfilter |
ArtifactId | ArtifactIdfastfilter_java |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFastFilter
Fast Approximate Membership Filters in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastfilter_java-1.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fastfilter/fastfilter_java/ -->
<dependency>
<groupId>io.github.fastfilter</groupId>
<artifactId>fastfilter_java</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.fastfilter/fastfilter_java/
implementation 'io.github.fastfilter:fastfilter_java:1.0.2'
// https://jarcasting.com/artifacts/io.github.fastfilter/fastfilter_java/
implementation ("io.github.fastfilter:fastfilter_java:1.0.2")
'io.github.fastfilter:fastfilter_java:pom:1.0.2'
<dependency org="io.github.fastfilter" name="fastfilter_java" rev="1.0.2">
<artifact name="fastfilter_java" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.fastfilter', module='fastfilter_java', version='1.0.2')
)
libraryDependencies += "io.github.fastfilter" % "fastfilter_java" % "1.0.2"
[io.github.fastfilter/fastfilter_java "1.0.2"]