is not current version
Last Version 1.2

com.zaxxer:SparseBitSet 1.0

An efficient sparse bitset implementation for Java

GroupId

GroupId

com.zaxxer
ArtifactId

ArtifactId

SparseBitSet
Version

Version

1.0
Type

Type

jar

Download SparseBitSet 1.0


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