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