Download sux4j-3.1.1.jar file - Jar s

Jar examples for s:sux4j

Description

Sux4j is an implementation of succinct data structure in Java. It provides a number of related implementations covering ranking/selection over bit arrays, compressed lists and minimal perfect hashing.

You can download jar file sux4j 3.1.1 in this page.

License

GNU Lesser General Public License Version 3+

Build File

You can use the following script to add sux4j-3.1.1.jar to your project.

<dependency>
   <groupId>it.unimi.dsi</groupId>
   <artifactId>sux4j</artifactId>
   <version>3.1.1</version>
</dependency>
compile group: 'it.unimi.dsi', name: 'sux4j', version: '3.1.1'
libraryDependencies += "it.unimi.dsi" % "sux4j" % "3.1.1"
<dependency org="it.unimi.dsi" name="sux4j" rev="3.1.1"/>
@Grapes(@Grab(group='it.unimi.dsi', module='sux4j', version='3.1.1'))
'it.unimi.dsi:sux4j:jar:3.1.1'

Download

Click the following link to download the jar file.

sux4j-3.1.1-javadoc.jar
sux4j-3.1.1-sources.jar
sux4j-3.1.1.jar
sux4j-3.1.1.pom



Related Tutorials