License |
License |
---|---|
GroupId | GroupIdcom.googlecode.sparsebitmap |
ArtifactId | ArtifactIdSparseBitmap |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSparseBitmap
Alternative compressed bitmap implementations in Java such as JavaEWAH can be a bit overengineered. The goal of this project is to come up with a very simple alternative that has good performance.
|
Project URL |
Project URL |
Filename | Size |
---|---|
SparseBitmap-0.0.4.pom | |
SparseBitmap-0.0.4.jar | 8 KB |
SparseBitmap-0.0.4-sources.jar | 5 KB |
SparseBitmap-0.0.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/ -->
<dependency>
<groupId>com.googlecode.sparsebitmap</groupId>
<artifactId>SparseBitmap</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/
implementation 'com.googlecode.sparsebitmap:SparseBitmap:0.0.4'
// https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/
implementation ("com.googlecode.sparsebitmap:SparseBitmap:0.0.4")
'com.googlecode.sparsebitmap:SparseBitmap:jar:0.0.4'
<dependency org="com.googlecode.sparsebitmap" name="SparseBitmap" rev="0.0.4">
<artifact name="SparseBitmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sparsebitmap', module='SparseBitmap', version='0.0.4')
)
libraryDependencies += "com.googlecode.sparsebitmap" % "SparseBitmap" % "0.0.4"
[com.googlecode.sparsebitmap/SparseBitmap "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |