Last Version

MinHash 0.4.0

This library provides b-bit minhash algorism.

License

License

GroupId

GroupId

org.codelibs
ArtifactId

ArtifactId

minhash
Version

Version

0.4.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/codelibs/minhash

Download minhash 0.4.0


<!-- 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.