License |
License |
---|---|
GroupId | GroupIdcom.rockymadden.stringmetric |
ArtifactId | ArtifactIdstringmetric-core |
Last Version | Last Version0.26.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstringmetric-core
String metrics and phonetic algorithms for Scala.
|
Project URL |
Project URL |
Filename | Size |
---|---|
stringmetric-core-0.26.1.pom | |
stringmetric-core-0.26.1.jar | 411 KB |
stringmetric-core-0.26.1-sources.jar | 31 KB |
stringmetric-core-0.26.1-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/ -->
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core</artifactId>
<version>0.26.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/
implementation 'com.rockymadden.stringmetric:stringmetric-core:0.26.1'
// https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/
implementation ("com.rockymadden.stringmetric:stringmetric-core:0.26.1")
'com.rockymadden.stringmetric:stringmetric-core:jar:0.26.1'
<dependency org="com.rockymadden.stringmetric" name="stringmetric-core" rev="0.26.1">
<artifact name="stringmetric-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rockymadden.stringmetric', module='stringmetric-core', version='0.26.1')
)
libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.26.1"
[com.rockymadden.stringmetric/stringmetric-core "0.26.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.2 |
org.scala-lang : scala-compiler | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.caliper : caliper | jar | 0.5-rc1 |
junit : junit | jar | 4.11 |
org.scalatest : scalatest_2.10 | jar | 2.0.M5b |