License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdorg.languagetool |
ArtifactId | ArtifactIdhunspell-native-libs |
Last Version | Last Version2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHunspell native libs for LanguageTool
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
hunspell-native-libs-2.9.pom | |
hunspell-native-libs-2.9.jar | 1 MB |
hunspell-native-libs-2.9-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.languagetool/hunspell-native-libs/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>hunspell-native-libs</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/hunspell-native-libs/
implementation 'org.languagetool:hunspell-native-libs:2.9'
// https://jarcasting.com/artifacts/org.languagetool/hunspell-native-libs/
implementation ("org.languagetool:hunspell-native-libs:2.9")
'org.languagetool:hunspell-native-libs:jar:2.9'
<dependency org="org.languagetool" name="hunspell-native-libs" rev="2.9">
<artifact name="hunspell-native-libs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='hunspell-native-libs', version='2.9')
)
libraryDependencies += "org.languagetool" % "hunspell-native-libs" % "2.9"
[org.languagetool/hunspell-native-libs "2.9"]