Last Version

http-client-core 1.6.2

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.ifengxue
ArtifactId

ArtifactId

http-client
Version

Version

1.6.2
Type

Type

jar
Description

Description

http-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.

Download http-client 1.6.2


<!-- 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"]

Dependencies

compile (8)

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

provided (1)

Group / Artifact Type Version
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.9.9

test (8)

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

Project Modules

There are no modules declared in this project.