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