MVN

org.roaringbitmap : shims

Maven & Gradle

Jul 27, 2023
10 usages
3.3k stars

org.roaringbitmap:shims · 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>shims</artifactId>
    <version>0.9.47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.47

All Versions

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

Version Vulnerabilities Updated
0.9.x
shims-0.9.47
shims-0.9.46
shims-0.9.45
shims-0.9.44
shims-0.9.40
shims-0.9.39
shims-0.9.38
shims-0.9.37
shims-0.9.36
shims-0.9.35
shims-0.9.34
shims-0.9.33
shims-0.9.32
shims-0.9.31
shims-0.9.30
shims-0.9.29
shims-0.9.28
shims-0.9.27
shims-0.9.26
shims-0.9.25
shims-0.9.24
shims-0.9.23
shims-0.9.22
shims-0.9.21
shims-0.9.20
shims-0.9.19
shims-0.9.18
shims-0.9.17
shims-0.9.16
shims-0.9.15
shims-0.9.14
shims-0.9.13
shims-0.9.12
shims-0.9.10
shims-0.9.4
shims-0.9.3
shims-0.9.0
0.8.x
shims-0.8.20
shims-0.8.18
shims-0.8.13
shims-0.8.12
shims-0.8.11
shims-0.8.9
shims-0.8.6
shims-0.8.5
shims-0.8.2
shims-0.8.1
shims-0.8.0
0.7.x
shims-0.7.45
shims-0.7.42
shims-0.7.38
shims-0.7.36
shims-0.7.35

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.roaringbitmap:shims:0.9.47'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement