Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.languagetool |
ArtifactId | ArtifactIdlanguagetool-http-client |
Version | Version4.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-http-client</artifactId>
<version>4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/
implementation 'org.languagetool:languagetool-http-client:4.9'
// https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/
implementation ("org.languagetool:languagetool-http-client:4.9")
'org.languagetool:languagetool-http-client:jar:4.9'
<dependency org="org.languagetool" name="languagetool-http-client" rev="4.9">
<artifact name="languagetool-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool-http-client', version='4.9')
)
libraryDependencies += "org.languagetool" % "languagetool-http-client" % "4.9"
[org.languagetool/languagetool-http-client "4.9"]