is not current version
Last Version 5.7

org.languagetool:languagetool-core 2.4.1

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

2.4.1
Type

Type

jar

Download languagetool-core 2.4.1


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