| License |
License |
|---|---|
| GroupId | GroupIdorg.languagetool |
| ArtifactId | ArtifactIdlanguagetool-core |
| Last Version | Last Version5.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLanguageTool Style and Grammar Checker Core
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| languagetool-core-5.7.pom | |
| languagetool-core-5.7.jar | 987 KB |
| languagetool-core-5.7-sources.jar | 660 KB |
| languagetool-core-5.7-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool-core/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool-core/
implementation 'org.languagetool:languagetool-core:5.7'
// https://jarcasting.com/artifacts/org.languagetool/languagetool-core/
implementation ("org.languagetool:languagetool-core:5.7")
'org.languagetool:languagetool-core:jar:5.7'
<dependency org="org.languagetool" name="languagetool-core" rev="5.7">
<artifact name="languagetool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool-core', version='5.7')
)
libraryDependencies += "org.languagetool" % "languagetool-core" % "5.7"
[org.languagetool/languagetool-core "5.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.6.28 |
| org.awaitility : awaitility | jar | 4.1.1 |