| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.ifengxue | 
| ArtifactId | ArtifactIdhttp-client | 
| Last Version | Last Version1.6.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp-client-core Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request.
      Request body support url-encoded, form-data, json, Response body support json, text, stream. | 
| Filename | Size | 
|---|---|
| http-client-1.6.2.pom | |
| http-client-1.6.2.jar | 99 KB | 
| http-client-1.6.2-sources.jar | 77 KB | 
| http-client-1.6.2-javadoc.jar | 438 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ifengxue/http-client/ -->
<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client</artifactId>
    <version>1.6.2</version>
</dependency>// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation 'com.ifengxue:http-client:1.6.2'// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation ("com.ifengxue:http-client:1.6.2")'com.ifengxue:http-client:jar:1.6.2'<dependency org="com.ifengxue" name="http-client" rev="1.6.2">
  <artifact name="http-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.ifengxue', module='http-client', version='1.6.2')
)libraryDependencies += "com.ifengxue" % "http-client" % "1.6.2"[com.ifengxue/http-client "1.6.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.mikael : urlbuilder | jar | 2.0.9 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.httpcomponents : httpclient | jar | 4.5.10 | 
| org.apache.httpcomponents : httpmime | jar | 4.5.10 | 
| com.alibaba : fastjson | jar | 1.2.58 | 
| org.projectlombok : lombok | jar | 1.16.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.9.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 | 
| io.vertx : vertx-core | jar | 3.7.1 | 
| io.vertx : vertx-web | jar | 3.7.1 | 
| io.vertx : vertx-web-client | jar | 3.7.1 | 
| io.vertx : vertx-unit | jar | 3.7.1 | 
| log4j : log4j | jar | 1.2.17 | 
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 3.0.0 |