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