SparseBitSet

An efficient sparse bitset implementation for Java

License

License

GroupId

GroupId

com.zaxxer
ArtifactId

ArtifactId

SparseBitSet
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SparseBitSet
An efficient sparse bitset implementation for Java
Project URL

Project URL

https://github.com/brettwooldridge/SparseBitSet
Project Organization

Project Organization

Zaxxer.com

Download SparseBitSet

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0