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