Last Version

SparseBitSet 1.2

An efficient sparse bitset implementation for Java

License

License

GroupId

GroupId

com.zaxxer
ArtifactId

ArtifactId

SparseBitSet
Version

Version

1.2
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 1.2


<!-- 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.