MVN

org.hashtree.stringmetric : stringmetric-cli

Maven & Gradle

Dec 11, 2012
484 stars

stringmetric-cli · A small library of string metrics and phonetic algorithms.

<dependency>
    <groupId>org.hashtree.stringmetric</groupId>
    <artifactId>stringmetric-cli</artifactId>
    <version>0.18.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hashtree.stringmetric : stringmetric-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.7

All Versions

Choose a version of org.hashtree.stringmetric : stringmetric-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
stringmetric-cli-0.18.7
stringmetric-cli-0.18.6

How to add a dependency to Maven

Add the following org.hashtree.stringmetric : stringmetric-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hashtree.stringmetric</groupId>
    <artifactId>stringmetric-cli</artifactId>
    <version>0.18.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hashtree.stringmetric : stringmetric-cli gradle dependency to your build.gradle file:

implementation 'org.hashtree.stringmetric:stringmetric-cli:0.18.7'

Gradle Kotlin DSL: Add the following org.hashtree.stringmetric : stringmetric-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hashtree.stringmetric:stringmetric-cli:0.18.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hashtree.stringmetric : stringmetric-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hashtree.stringmetric" % "stringmetric-cli" % "0.18.7"