| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cnzhoutao |
| ArtifactId | ArtifactIdeasy-http |
| Version | Version0.0.2-RELEASE |
| Type | Typejar |
| Description |
Descriptioneasy-http
Easy request for http and https.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.5.RELEASE |
| org.springframework : spring-webmvc Optional | 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 |