is not current version
Last Version 1.0.1

app.keve.ktlsh:ktlsh-parent 1.0.0

A fresh look at implementing TLSH in Java.

GroupId

GroupId

app.keve.ktlsh
ArtifactId

ArtifactId

ktlsh-parent
Version

Version

1.0.0
Type

Type

pom

Download ktlsh-parent 1.0.0

Filename Size
ktlsh-parent-1.0.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/app.keve.ktlsh/ktlsh-parent/ -->
<dependency>
    <groupId>app.keve.ktlsh</groupId>
    <artifactId>ktlsh-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.keve.ktlsh/ktlsh-parent/
implementation 'app.keve.ktlsh:ktlsh-parent:1.0.0'
// https://jarcasting.com/artifacts/app.keve.ktlsh/ktlsh-parent/
implementation ("app.keve.ktlsh:ktlsh-parent:1.0.0")
'app.keve.ktlsh:ktlsh-parent:pom:1.0.0'
<dependency org="app.keve.ktlsh" name="ktlsh-parent" rev="1.0.0">
  <artifact name="ktlsh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.keve.ktlsh', module='ktlsh-parent', version='1.0.0')
)
libraryDependencies += "app.keve.ktlsh" % "ktlsh-parent" % "1.0.0"
[app.keve.ktlsh/ktlsh-parent "1.0.0"]