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