| License |
License |
|---|---|
| GroupId | GroupIdorg.codelibs |
| ArtifactId | ArtifactIdminhash |
| Version | Version0.4.0 |
| Type | Typejar |
| Description |
DescriptionMinHash
This library provides b-bit minhash algorism.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| minhash-0.4.0.pom | |
| minhash-0.4.0.jar | 9 KB |
| minhash-0.4.0-sources.jar | 7 KB |
| minhash-0.4.0-javadoc.jar | 418 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.apache.lucene : lucene-analysis-common | jar | 9.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |