MinHash

This library provides b-bit minhash algorism.

License

License

GroupId

GroupId

org.codelibs
ArtifactId

ArtifactId

minhash
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

MinHash
This library provides b-bit minhash algorism.
Project URL

Project URL

https://github.com/codelibs/minhash

Download minhash

How to add to project

<!-- https://jarcasting.com/artifacts/org.codelibs/minhash/ -->
<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>minhash</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/minhash/
implementation 'org.codelibs:minhash:0.4.0'
// https://jarcasting.com/artifacts/org.codelibs/minhash/
implementation ("org.codelibs:minhash:0.4.0")
'org.codelibs:minhash:jar:0.4.0'
<dependency org="org.codelibs" name="minhash" rev="0.4.0">
  <artifact name="minhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='minhash', version='0.4.0')
)
libraryDependencies += "org.codelibs" % "minhash" % "0.4.0"
[org.codelibs/minhash "0.4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre
org.apache.lucene : lucene-analysis-common jar 9.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.
org.codelibs

CodeLibs Project

We are Provider of Open Source products.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0