MVN

org.languagetool : hunspell-native-libs

Maven & Gradle

Mar 30, 2015
15 usages
8.8k stars

Hunspell native libs for LanguageTool

<dependency>
    <groupId>org.languagetool</groupId>
    <artifactId>hunspell-native-libs</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.languagetool : hunspell-native-libs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9

All Versions

Choose a version of org.languagetool : hunspell-native-libs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9
hunspell-native-libs-2.9
2.8
hunspell-native-libs-2.8
2.7
hunspell-native-libs-2.7
2.6
hunspell-native-libs-2.6
2.5
hunspell-native-libs-2.5
2.4
hunspell-native-libs-2.4
2.3.x
hunspell-native-libs-2.3.1
2.2
hunspell-native-libs-2.2
2.1
hunspell-native-libs-2.1

How to add a dependency to Maven

Add the following org.languagetool : hunspell-native-libs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.languagetool</groupId>
    <artifactId>hunspell-native-libs</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.languagetool : hunspell-native-libs gradle dependency to your build.gradle file:

implementation 'org.languagetool:hunspell-native-libs:2.9'

Gradle Kotlin DSL: Add the following org.languagetool : hunspell-native-libs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.languagetool:hunspell-native-libs:2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.languagetool : hunspell-native-libs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.languagetool" % "hunspell-native-libs" % "2.9"

Advertisement