License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdinfo.debatty |
ArtifactId | ArtifactIdjava-lsh |
Last Version | Last Version0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-lsh
A Java implementation of Locality Sensitive Hashing (LSH)
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-lsh-0.12.pom | |
java-lsh-0.12.jar | 18 KB |
java-lsh-0.12-sources.jar | 20 KB |
java-lsh-0.12-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.debatty/java-lsh/ -->
<dependency>
<groupId>info.debatty</groupId>
<artifactId>java-lsh</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/info.debatty/java-lsh/
implementation 'info.debatty:java-lsh:0.12'
// https://jarcasting.com/artifacts/info.debatty/java-lsh/
implementation ("info.debatty:java-lsh:0.12")
'info.debatty:java-lsh:jar:0.12'
<dependency org="info.debatty" name="java-lsh" rev="0.12">
<artifact name="java-lsh" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.debatty', module='java-lsh', version='0.12')
)
libraryDependencies += "info.debatty" % "java-lsh" % "0.12"
[info.debatty/java-lsh "0.12"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |