Download SparseBitSet-1.0.jar file - Jar s

Jar examples for s:SparseBitSet

Description

An efficient sparse bitset implementation for Java

You can download jar file SparseBitSet 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add SparseBitSet-1.0.jar to your project.

<dependency>
   <groupId>com.zaxxer</groupId>
   <artifactId>SparseBitSet</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.zaxxer', name: 'SparseBitSet', version: '1.0'
libraryDependencies += "com.zaxxer" % "SparseBitSet" % "1.0"
<dependency org="com.zaxxer" name="SparseBitSet" rev="1.0"/>
@Grapes(@Grab(group='com.zaxxer', module='SparseBitSet', version='1.0'))
'com.zaxxer:SparseBitSet:jar:1.0'

Download

Click the following link to download the jar file.

SparseBitSet-1.0-javadoc.jar
SparseBitSet-1.0-sources.jar
SparseBitSet-1.0.jar
SparseBitSet-1.0.pom



Related Tutorials