MVN

org.roaringbitmap : bsi

Maven & Gradle

Jul 27, 2023
3.3k stars

org.roaringbitmap:bsi · Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

<dependency>
    <groupId>org.roaringbitmap</groupId>
    <artifactId>bsi</artifactId>
    <version>0.9.47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.roaringbitmap : bsi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.47

All Versions

Choose a version of org.roaringbitmap : bsi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
bsi-0.9.47
bsi-0.9.46
bsi-0.9.45
bsi-0.9.44
bsi-0.9.40
bsi-0.9.39
bsi-0.9.38
bsi-0.9.37
bsi-0.9.36
bsi-0.9.35
bsi-0.9.34
bsi-0.9.33
bsi-0.9.32
bsi-0.9.31
bsi-0.9.30
bsi-0.9.29
bsi-0.9.28
bsi-0.9.27
bsi-0.9.26
bsi-0.9.25
bsi-0.9.24
bsi-0.9.23
bsi-0.9.22
bsi-0.9.21
bsi-0.9.20
bsi-0.9.19
bsi-0.9.18
bsi-0.9.17
bsi-0.9.16
bsi-0.9.15
bsi-0.9.14

How to add a dependency to Maven

Add the following org.roaringbitmap : bsi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.roaringbitmap</groupId>
    <artifactId>bsi</artifactId>
    <version>0.9.47</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.roaringbitmap : bsi gradle dependency to your build.gradle file:

implementation 'org.roaringbitmap:bsi:0.9.47'

Gradle Kotlin DSL: Add the following org.roaringbitmap : bsi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.roaringbitmap:bsi:0.9.47")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.roaringbitmap : bsi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.roaringbitmap" % "bsi" % "0.9.47"

Advertisement