is not current version
Last Version 1.2

com.zaxxer:SparseBitSet 1.1

An efficient sparse bitset implementation for Java

GroupId

GroupId

com.zaxxer
ArtifactId

ArtifactId

SparseBitSet
Version

Version

1.1
Type

Type

jar

Download SparseBitSet 1.1


<!-- https://jarcasting.com/artifacts/com.zaxxer/SparseBitSet/ -->
<dependency>
    <groupId>com.zaxxer</groupId>
    <artifactId>SparseBitSet</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaxxer/SparseBitSet/
implementation 'com.zaxxer:SparseBitSet:1.1'
// https://jarcasting.com/artifacts/com.zaxxer/SparseBitSet/
implementation ("com.zaxxer:SparseBitSet:1.1")
'com.zaxxer:SparseBitSet:jar:1.1'
<dependency org="com.zaxxer" name="SparseBitSet" rev="1.1">
  <artifact name="SparseBitSet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaxxer', module='SparseBitSet', version='1.1')
)
libraryDependencies += "com.zaxxer" % "SparseBitSet" % "1.1"
[com.zaxxer/SparseBitSet "1.1"]