MVN

io.github.mightguy : symspell-service

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 6.6.154

All Versions

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

Version Vulnerabilities Updated
6.6.x
symspell-service-6.6.154
symspell-service-6.6.152
symspell-service-6.6.130

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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