| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rholder |
| ArtifactId | ArtifactIdnilsimsa |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnilsimsa
This module contains an implementation of the Nilsimsa locality-sensitive hashing algorithm.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| nilsimsa-1.0.0.pom | |
| nilsimsa-1.0.0.jar | 4 KB |
| nilsimsa-1.0.0-sources.jar | 5 KB |
| nilsimsa-1.0.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rholder/nilsimsa/ -->
<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>nilsimsa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rholder/nilsimsa/
implementation 'com.github.rholder:nilsimsa:1.0.0'
// https://jarcasting.com/artifacts/com.github.rholder/nilsimsa/
implementation ("com.github.rholder:nilsimsa:1.0.0")
'com.github.rholder:nilsimsa:jar:1.0.0'
<dependency org="com.github.rholder" name="nilsimsa" rev="1.0.0">
<artifact name="nilsimsa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rholder', module='nilsimsa', version='1.0.0')
)
libraryDependencies += "com.github.rholder" % "nilsimsa" % "1.0.0"
[com.github.rholder/nilsimsa "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.10.19 |