s

stringmetric-core

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