| GroupId | GroupIdorg.languagetool |
|---|---|
| ArtifactId | ArtifactIdlanguage-tl |
| Version | Version4.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| language-tl-4.6.pom | |
| language-tl-4.6.jar | 140 KB |
| language-tl-4.6-sources.jar | 141 KB |
| language-tl-4.6-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.languagetool/language-tl/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-tl</artifactId>
<version>4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/language-tl/
implementation 'org.languagetool:language-tl:4.6'
// https://jarcasting.com/artifacts/org.languagetool/language-tl/
implementation ("org.languagetool:language-tl:4.6")
'org.languagetool:language-tl:jar:4.6'
<dependency org="org.languagetool" name="language-tl" rev="4.6">
<artifact name="language-tl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='language-tl', version='4.6')
)
libraryDependencies += "org.languagetool" % "language-tl" % "4.6"
[org.languagetool/language-tl "4.6"]