| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.languagetool |
| Идентификатор | Идентификаторlanguagetool-http-client |
| Последняя версия | Последняя версия5.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLanguageTool HTTP API client
Access to LanguageTool via its HTTP API
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| languagetool-http-client-5.7.pom | |
| languagetool-http-client-5.7.jar | 15 KB |
| languagetool-http-client-5.7-sources.jar | 13 KB |
| languagetool-http-client-5.7-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-http-client</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/
implementation 'org.languagetool:languagetool-http-client:5.7'
// https://jarcasting.com/artifacts/org.languagetool/languagetool-http-client/
implementation ("org.languagetool:languagetool-http-client:5.7")
'org.languagetool:languagetool-http-client:jar:5.7'
<dependency org="org.languagetool" name="languagetool-http-client" rev="5.7">
<artifact name="languagetool-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool-http-client', version='5.7')
)
libraryDependencies += "org.languagetool" % "languagetool-http-client" % "5.7"
[org.languagetool/languagetool-http-client "5.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains : annotations | jar | 20.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.languagetool : languagetool-server | jar | 5.7 |
| junit : junit | jar | 4.13.2 |