MVN

com.pilosa : roaring

Maven & Gradle

Jul 04, 2019
1 usages
19 stars

This library implements Roaring Bitmaps with Pilosa 64 bit extension, compatible with Pilosa Roaring Bitmap imports.

<dependency>
    <groupId>com.pilosa</groupId>
    <artifactId>roaring</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pilosa : roaring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.pilosa : roaring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
roaring-0.2.2
roaring-0.2.1
0.2
roaring-0.2
0.1
roaring-0.1

How to add a dependency to Maven

Add the following com.pilosa : roaring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pilosa</groupId>
    <artifactId>roaring</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pilosa : roaring gradle dependency to your build.gradle file:

implementation 'com.pilosa:roaring:0.2.2'

Gradle Kotlin DSL: Add the following com.pilosa : roaring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pilosa:roaring:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pilosa : roaring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pilosa" % "roaring" % "0.2.2"

Advertisement