| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторrest-client |
| Последняя версия | Последняя версия0.1.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjackson-json-api
Client library for calling restful APIs from Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-client-0.1.8.pom | |
| rest-client-0.1.8.jar | 35 KB |
| rest-client-0.1.8-sources.jar | 18 KB |
| rest-client-0.1.8-javadoc.jar | 139 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>rest-client</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation 'com.github.michaelruocco:rest-client:0.1.8'
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation ("com.github.michaelruocco:rest-client:0.1.8")
'com.github.michaelruocco:rest-client:jar:0.1.8'
<dependency org="com.github.michaelruocco" name="rest-client" rev="0.1.8">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='rest-client', version='0.1.8')
)
libraryDependencies += "com.github.michaelruocco" % "rest-client" % "0.1.8"
[com.github.michaelruocco/rest-client "0.1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.11 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| org.slf4j : slf4j-api | jar | 1.7.30 |