Download extendedset-1.3.8.jar file - Jar e

Jar examples for e:extendedset

Description

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/docs/concise.pdf

You can download jar file extendedset 1.3.8 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add extendedset-1.3.8.jar to your project.

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

Download

Click the following link to download the jar file.

extendedset-1.3.8-javadoc.jar
extendedset-1.3.8-sources.jar
extendedset-1.3.8.jar
extendedset-1.3.8.pom



Related Tutorials