Download sux4j-4.0.0.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 4.0.0 in this page.

License

GNU Lesser General Public License Version 3+

Build File

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

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

Download

Click the following link to download the jar file.

sux4j-4.0.0-javadoc.jar
sux4j-4.0.0-sources.jar
sux4j-4.0.0.jar
sux4j-4.0.0.pom



Related Tutorials