License |
License |
---|---|
GroupId | GroupIdcom.zaxxer |
ArtifactId | ArtifactIdSparseBitSet |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSparseBitSet
An efficient sparse bitset implementation for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
SparseBitSet-1.2.pom | |
SparseBitSet-1.2.jar | 23 KB |
SparseBitSet-1.2-sources.jar | 24 KB |
SparseBitSet-1.2-javadoc.jar | 54 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |