is not current version
Last Version 2.0.1

org.languagetool:languagetool 1.9

LanguageTool is an Open Source proofreading software for English, French, German, Polish, Romanian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect like mixing up there/their and it detects some grammar problems.

GroupId

GroupId

org.languagetool
ArtifactId

ArtifactId

languagetool
Version

Version

1.9
Type

Type

jar

Download languagetool 1.9


<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool/ -->
<dependency>
    <groupId>org.languagetool</groupId>
    <artifactId>languagetool</artifactId>
    <version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool/
implementation 'org.languagetool:languagetool:1.9'
// https://jarcasting.com/artifacts/org.languagetool/languagetool/
implementation ("org.languagetool:languagetool:1.9")
'org.languagetool:languagetool:jar:1.9'
<dependency org="org.languagetool" name="languagetool" rev="1.9">
  <artifact name="languagetool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool', version='1.9')
)
libraryDependencies += "org.languagetool" % "languagetool" % "1.9"
[org.languagetool/languagetool "1.9"]