is not current version
Last Version 5.7

org.languagetool:languagetool-core 3.0

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

3.0
Type

Type

jar

Download languagetool-core 3.0


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