s

stringmetric-core

String metrics and phonetic algorithms for Scala.
http://rockymadden.com/stringmetric/
Apache License v2.0
Rocky Madden
文件下载
文件名 操作
stringmetric-core-0.21.0.jar 下载
stringmetric-core-0.21.0.pom 下载
stringmetric-core-0.21.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rockymadden.stringmetric</groupId>
  <artifactId>stringmetric-core</artifactId>
  <version>0.21.0</version>
</dependency>
Gradle Groovy
implementation 'com.rockymadden.stringmetric:stringmetric-core:0.21.0'
Gradle Kotlin
implementation("com.rockymadden.stringmetric:stringmetric-core:0.21.0")
Scala SBT
libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.21.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rockymadden.stringmetric', module='stringmetric-core', version='0.21.0')
)
Apache Ivy
<dependency org="com.rockymadden.stringmetric" name="stringmetric-core" rev="0.21.0" />
Leiningen
[com.rockymadden.stringmetric/stringmetric-core "0.21.0"]
Apache Buildr
'com.rockymadden.stringmetric:stringmetric-core:jar:0.21.0'