| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.cnzhoutao |
| Идентификатор | Идентификаторeasy-http |
| Версия | Версия0.0.2-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеeasy-http
Easy request for http and https.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| easy-http-0.0.2-RELEASE.pom | |
| easy-http-0.0.2-RELEASE.jar | 34 KB |
| easy-http-0.0.2-RELEASE-sources.jar | 23 KB |
| easy-http-0.0.2-RELEASE-javadoc.jar | 206 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cnzhoutao/easy-http/ -->
<dependency>
<groupId>com.github.cnzhoutao</groupId>
<artifactId>easy-http</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cnzhoutao/easy-http/
implementation 'com.github.cnzhoutao:easy-http:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.cnzhoutao/easy-http/
implementation ("com.github.cnzhoutao:easy-http:0.0.2-RELEASE")
'com.github.cnzhoutao:easy-http:jar:0.0.2-RELEASE'
<dependency org="com.github.cnzhoutao" name="easy-http" rev="0.0.2-RELEASE">
<artifact name="easy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cnzhoutao', module='easy-http', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.cnzhoutao" % "easy-http" % "0.0.2-RELEASE"
[com.github.cnzhoutao/easy-http "0.0.2-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.5.RELEASE |
| org.springframework : spring-webmvc Необязательный | jar | 5.1.5.RELEASE |
| com.alibaba : fastjson | jar | 1.2.56 |
| org.apache.httpcomponents : httpclient | jar | 4.5.9 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| org.json : json | jar | 20180813 |
| org.apache.commons : commons-collections4 | jar | 4.4 |