Download minhash-0.2.0.jar file - Jar m

Jar examples for m:minhash

Description

This library provides b-bit minhash algorism.

You can download jar file minhash 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add minhash-0.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

minhash-0.2.0-javadoc.jar
minhash-0.2.0-sources.jar
minhash-0.2.0.jar
minhash-0.2.0.pom



Related Tutorials