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