MVN

com.github.universal-automata : liblevenshtein

Maven & Gradle

May 29, 2016
13 usages
47 stars

liblevenshtein · A library for spelling-correction based on Levenshtein Automata.

<dependency>
    <groupId>com.github.universal-automata</groupId>
    <artifactId>liblevenshtein</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.universal-automata : liblevenshtein to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Alpha: 2.2.3-alpha.8

All Versions

Choose a version of com.github.universal-automata : liblevenshtein to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
liblevenshtein-3.0.0
2.2.x
liblevenshtein-2.2.3
liblevenshtein-2.2.3-alpha.8
liblevenshtein-2.2.3-alpha.1

How to add a dependency to Maven

Add the following com.github.universal-automata : liblevenshtein maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.universal-automata</groupId>
    <artifactId>liblevenshtein</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.universal-automata : liblevenshtein gradle dependency to your build.gradle file:

implementation 'com.github.universal-automata:liblevenshtein:3.0.0'

Gradle Kotlin DSL: Add the following com.github.universal-automata : liblevenshtein gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.universal-automata:liblevenshtein:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.universal-automata : liblevenshtein sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.universal-automata" % "liblevenshtein" % "3.0.0"

Advertisement

Dependencies from Group

May 29, 2016
13 usages
47 stars

Discover Dependencies

May 13, 2022
46 usages
83 stars
May 05, 2016
39 usages
847 stars
Mar 02, 2022
2 usages
Aug 03, 2023
4 usages
Aug 23, 2016
1 usages
Nov 22, 2019
1 usages
May 12, 2016
3 usages
20 stars
Apr 23, 2023
10 usages
5.1k stars