MVN

io.github.mightguy : symspell-solr

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 6.6.154

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement