| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторhttp-client |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhttp-client
The http client framework for java.
|
| Имя Файла | Размер |
|---|---|
| http-client-0.0.4.pom | |
| http-client-0.0.4.jar | 13 KB |
| http-client-0.0.4-sources.jar | 9 KB |
| http-client-0.0.4-javadoc.jar | 137 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/http-client/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>http-client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation 'com.github.houbb:http-client:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation ("com.github.houbb:http-client:0.0.4")
'com.github.houbb:http-client:jar:0.0.4'
<dependency org="com.github.houbb" name="http-client" rev="0.0.4">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='http-client', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "http-client" % "0.0.4"
[com.github.houbb/http-client "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.145 |
| com.alibaba : fastjson | jar | 1.2.68 |
| com.squareup.okhttp3 : okhttp | jar | 3.2.0 |
| com.squareup.okio : okio | jar | 1.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit Необязательный | jar | 4.12 |