| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.isuper |
| Идентификатор | Идентификаторisuper.http-client |
| Последняя версия | Последняя версия0.2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеiSuper HTTP Client
This is a HTTP client library base on Apache HTTP client library provided by iSuper.org
|
| Организация-разработчик |
Организация-разработчикiSuper.org |
| Имя Файла | Размер |
|---|---|
| isuper.http-client-0.2.3.pom | |
| isuper.http-client-0.2.3.jar | 5 KB |
| isuper.http-client-0.2.3-sources.jar | 2 KB |
| isuper.http-client-0.2.3-javadoc.jar | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.http-client/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.http-client</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation 'org.isuper:isuper.http-client:0.2.3'
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation ("org.isuper:isuper.http-client:0.2.3")
'org.isuper:isuper.http-client:jar:0.2.3'
<dependency org="org.isuper" name="isuper.http-client" rev="0.2.3">
<artifact name="isuper.http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.http-client', version='0.2.3')
)
libraryDependencies += "org.isuper" % "isuper.http-client" % "0.2.3"
[org.isuper/isuper.http-client "0.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.2 |
| org.apache.httpcomponents : httpcore | jar | 4.4.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpcore-nio | jar | 4.4.5 |
| commons-logging : commons-logging | jar | 1.2 |
| commons-codec : commons-codec | jar | 1.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |