Download extendedset-1.5.0-mmx.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.5.0-mmx in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

extendedset-1.5.0-mmx-javadoc.jar
extendedset-1.5.0-mmx-sources.jar
extendedset-1.5.0-mmx.jar
extendedset-1.5.0-mmx.pom



Related Tutorials