is not current version
Last Version 5.7

org.languagetool:languagetool-core 5.2

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-core
Version

Version

5.2
Type

Type

jar

Download languagetool-core 5.2


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