s

stringmetric-cli

String metrics and phonetic algorithms for Scala.
http://rockymadden.com/stringmetric/
MIT
Rocky Madden
Files download
File Operation
stringmetric-cli-0.26.1.jar download
stringmetric-cli-0.26.1.pom download
stringmetric-cli-0.26.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rockymadden.stringmetric</groupId>
  <artifactId>stringmetric-cli</artifactId>
  <version>0.26.1</version>
</dependency>
Gradle Groovy
implementation 'com.rockymadden.stringmetric:stringmetric-cli:0.26.1'
Gradle Kotlin
implementation("com.rockymadden.stringmetric:stringmetric-cli:0.26.1")
Scala SBT
libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-cli" % "0.26.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rockymadden.stringmetric', module='stringmetric-cli', version='0.26.1')
)
Apache Ivy
<dependency org="com.rockymadden.stringmetric" name="stringmetric-cli" rev="0.26.1" />
Leiningen
[com.rockymadden.stringmetric/stringmetric-cli "0.26.1"]
Apache Buildr
'com.rockymadden.stringmetric:stringmetric-cli:jar:0.26.1'