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

License

GNU Lesser General Public License Version 3+

Build File

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

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

Download

Click the following link to download the jar file.

sux4j-3.0.7-javadoc.jar
sux4j-3.0.7-sources.jar
sux4j-3.0.7.jar
sux4j-3.0.7.pom



Related Tutorials