s

stringmetric-cli

A small library of string metrics and phonetic algorithms.
https://github.com/rockymadden/stringmetric/
Apache License v2.0
Rocky Madden
Files download
File Operation
stringmetric-cli-0.18.7.jar download
stringmetric-cli-0.18.7.pom download
stringmetric-cli-0.18.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hashtree.stringmetric</groupId>
  <artifactId>stringmetric-cli</artifactId>
  <version>0.18.7</version>
</dependency>
Gradle Groovy
implementation 'org.hashtree.stringmetric:stringmetric-cli:0.18.7'
Gradle Kotlin
implementation("org.hashtree.stringmetric:stringmetric-cli:0.18.7")
Scala SBT
libraryDependencies += "org.hashtree.stringmetric" % "stringmetric-cli" % "0.18.7"
Groovy Grape
@Grapes(
  @Grab(group='org.hashtree.stringmetric', module='stringmetric-cli', version='0.18.7')
)
Apache Ivy
<dependency org="org.hashtree.stringmetric" name="stringmetric-cli" rev="0.18.7" />
Leiningen
[org.hashtree.stringmetric/stringmetric-cli "0.18.7"]
Apache Buildr
'org.hashtree.stringmetric:stringmetric-cli:jar:0.18.7'