MVN

io.github.mightguy : symspell-console

Maven & Gradle

Dec 15, 2020
49 stars
<dependency>
    <groupId>io.github.mightguy</groupId>
    <artifactId>symspell-console</artifactId>
    <version>6.6.154</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mightguy : symspell-console to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6.154

All Versions

Choose a version of io.github.mightguy : symspell-console to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
symspell-console-6.6.154
symspell-console-6.6.152
symspell-console-6.6.130
symspell-console-6.6.129
symspell-console-6.6.127
symspell-console-6.6.124
symspell-console-6.6.123
symspell-console-6.6.122
symspell-console-6.6.120
symspell-console-6.6.118
symspell-console-6.6.113
symspell-console-6.6.109
symspell-console-6.6.106
symspell-console-6.6.104
symspell-console-6.6.97
symspell-console-6.6.95
symspell-console-6.6.91
symspell-console-6.6.86
symspell-console-6.6.84
symspell-console-6.6.82
symspell-console-6.6.79
symspell-console-6.6.77
symspell-console-6.6.65
symspell-console-6.6.60

How to add a dependency to Maven

Add the following io.github.mightguy : symspell-console maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mightguy</groupId>
    <artifactId>symspell-console</artifactId>
    <version>6.6.154</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mightguy : symspell-console gradle dependency to your build.gradle file:

implementation 'io.github.mightguy:symspell-console:6.6.154'

Gradle Kotlin DSL: Add the following io.github.mightguy : symspell-console gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mightguy:symspell-console:6.6.154")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mightguy : symspell-console sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mightguy" % "symspell-console" % "6.6.154"