Categories |
Categoriesdruid Data Databases |
---|---|
GroupId | GroupIdcom.n3twork.druid |
ArtifactId | ArtifactIdextendedset |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionextendedset
Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro
Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/concise.html
|
Filename | Size |
---|---|
extendedset-1.3.4.pom | |
extendedset-1.3.4.jar | 220 KB |
extendedset-1.3.4-sources.jar | 121 KB |
extendedset-1.3.4-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.n3twork.druid/extendedset/ -->
<dependency>
<groupId>com.n3twork.druid</groupId>
<artifactId>extendedset</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.n3twork.druid/extendedset/
implementation 'com.n3twork.druid:extendedset:1.3.4'
// https://jarcasting.com/artifacts/com.n3twork.druid/extendedset/
implementation ("com.n3twork.druid:extendedset:1.3.4")
'com.n3twork.druid:extendedset:jar:1.3.4'
<dependency org="com.n3twork.druid" name="extendedset" rev="1.3.4">
<artifact name="extendedset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.n3twork.druid', module='extendedset', version='1.3.4')
)
libraryDependencies += "com.n3twork.druid" % "extendedset" % "1.3.4"
[com.n3twork.druid/extendedset "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 11.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |