License |
License |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdminhash |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionMinHash
This library provides b-bit minhash algorism.
|
Project URL |
Project URL |
Filename | Size |
---|---|
minhash-0.3.0.pom | |
minhash-0.3.0.jar | 9 KB |
minhash-0.3.0-sources.jar | 4 KB |
minhash-0.3.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/minhash/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>minhash</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/minhash/
implementation 'org.codelibs:minhash:0.3.0'
// https://jarcasting.com/artifacts/org.codelibs/minhash/
implementation ("org.codelibs:minhash:0.3.0")
'org.codelibs:minhash:jar:0.3.0'
<dependency org="org.codelibs" name="minhash" rev="0.3.0">
<artifact name="minhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='minhash', version='0.3.0')
)
libraryDependencies += "org.codelibs" % "minhash" % "0.3.0"
[org.codelibs/minhash "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 24.0-jre |
org.apache.lucene : lucene-analyzers-common | jar | 7.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |