MVN

com.rockymadden.stringmetric : stringmetric-core

Maven & Gradle

Dec 31, 2013
484 stars

stringmetric-core · String metrics and phonetic algorithms for Scala.

<dependency>
    <groupId>com.rockymadden.stringmetric</groupId>
    <artifactId>stringmetric-core</artifactId>
    <version>0.26.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rockymadden.stringmetric : stringmetric-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.1

All Versions

Choose a version of com.rockymadden.stringmetric : stringmetric-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
stringmetric-core-0.26.1
stringmetric-core-0.26.0
0.25.x
stringmetric-core-0.25.3
stringmetric-core-0.25.2
stringmetric-core-0.25.1
stringmetric-core-0.25.0
0.24.x
stringmetric-core-0.24.0
0.23.x
stringmetric-core-0.23.1
stringmetric-core-0.23.0
0.22.x
stringmetric-core-0.22.4
stringmetric-core-0.22.3
stringmetric-core-0.22.2
stringmetric-core-0.22.1
stringmetric-core-0.22.0
0.21.x
stringmetric-core-0.21.0
0.20.x
stringmetric-core-0.20.5
stringmetric-core-0.20.4
stringmetric-core-0.20.3
stringmetric-core-0.20.2
stringmetric-core-0.20.1
stringmetric-core-0.20.0
0.19.x
stringmetric-core-0.19.1
stringmetric-core-0.19.0

How to add a dependency to Maven

Add the following com.rockymadden.stringmetric : stringmetric-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rockymadden.stringmetric</groupId>
    <artifactId>stringmetric-core</artifactId>
    <version>0.26.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rockymadden.stringmetric : stringmetric-core gradle dependency to your build.gradle file:

implementation 'com.rockymadden.stringmetric:stringmetric-core:0.26.1'

Gradle Kotlin DSL: Add the following com.rockymadden.stringmetric : stringmetric-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rockymadden.stringmetric:stringmetric-core:0.26.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rockymadden.stringmetric : stringmetric-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.26.1"