License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.idealista |
ArtifactId | ArtifactIdtlsh |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTLSH
Java port of TLSH (Trend Micro Locality Sensitive Hash)
|
Project Organization |
Project OrganizationIdealista, S.A |
Filename | Size |
---|---|
tlsh-1.0.0.pom | |
tlsh-1.0.0.jar | 21 KB |
tlsh-1.0.0-sources.jar | 11 KB |
tlsh-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.idealista/tlsh/ -->
<dependency>
<groupId>com.idealista</groupId>
<artifactId>tlsh</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.idealista/tlsh/
implementation 'com.idealista:tlsh:1.0.0'
// https://jarcasting.com/artifacts/com.idealista/tlsh/
implementation ("com.idealista:tlsh:1.0.0")
'com.idealista:tlsh:jar:1.0.0'
<dependency org="com.idealista" name="tlsh" rev="1.0.0">
<artifact name="tlsh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.idealista', module='tlsh', version='1.0.0')
)
libraryDependencies += "com.idealista" % "tlsh" % "1.0.0"
[com.idealista/tlsh "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-io : commons-io | jar | 2.4 |