MVN

net.cinnom : nano-cuckoo

Maven & Gradle

Aug 02, 2019
1 usages
13 stars

nano-cuckoo · Fast Java cuckoo filter implementation that utilizes sun.misc.Unsafe for native memory access.

<dependency>
    <groupId>net.cinnom</groupId>
    <artifactId>nano-cuckoo</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.cinnom : nano-cuckoo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.cinnom : nano-cuckoo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
nano-cuckoo-3.0.2
nano-cuckoo-3.0.1
nano-cuckoo-3.0.0
2.0.x
nano-cuckoo-2.0.0
1.0.x
nano-cuckoo-1.0.2
nano-cuckoo-1.0.1
nano-cuckoo-1.0.0

How to add a dependency to Maven

Add the following net.cinnom : nano-cuckoo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.cinnom</groupId>
    <artifactId>nano-cuckoo</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.cinnom : nano-cuckoo gradle dependency to your build.gradle file:

implementation 'net.cinnom:nano-cuckoo:1.0.2'

Gradle Kotlin DSL: Add the following net.cinnom : nano-cuckoo gradle kotlin dependency to your build.gradle.kts file:

implementation("net.cinnom:nano-cuckoo:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.cinnom : nano-cuckoo sbt scala dependency to your build.sbt file:

libraryDependencies += "net.cinnom" % "nano-cuckoo" % "1.0.2"

Advertisement

Dependencies from Group

Aug 02, 2019
1 usages
13 stars

Discover Dependencies

Jun 14, 2020
3 usages
2 stars
May 24, 2023
12 usages
4.3k stars
Aug 14, 2023
4 usages
337 stars
Aug 25, 2023
3 usages
82 stars
Aug 23, 2023
7 usages
504 stars
Aug 19, 2021
4 usages
25 stars
Mar 30, 2020
5 usages
98 stars