| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторhttp-client |
| Последняя версия | Последняя версия4.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHttp Client
Code library to enable easy interaction with restful json apis
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| http-client-4.0.4.pom | |
| http-client-4.0.4.jar | 40 KB |
| http-client-4.0.4-sources.jar | 19 KB |
| http-client-4.0.4-javadoc.jar | 133 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>http-client</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/
implementation 'com.github.michaelruocco:http-client:4.0.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/
implementation ("com.github.michaelruocco:http-client:4.0.4")
'com.github.michaelruocco:http-client:jar:4.0.4'
<dependency org="com.github.michaelruocco" name="http-client" rev="4.0.4">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='http-client', version='4.0.4')
)
libraryDependencies += "com.github.michaelruocco" % "http-client" % "4.0.4"
[com.github.michaelruocco/http-client "4.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.michaelruocco : json-logger | jar | 1.0.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| org.assertj : assertj-core | jar | 3.8.0 |