is not current version
Last Version 1.6.2

com.ifengxue:http-client 1.2.1

Use this tool to quickly create http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.ifengxue
ArtifactId

ArtifactId

http-client
Version

Version

1.2.1
Type

Type

jar

Download http-client 1.2.1


<!-- https://jarcasting.com/artifacts/com.ifengxue/http-client/ -->
<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation 'com.ifengxue:http-client:1.2.1'
// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation ("com.ifengxue:http-client:1.2.1")
'com.ifengxue:http-client:jar:1.2.1'
<dependency org="com.ifengxue" name="http-client" rev="1.2.1">
  <artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ifengxue', module='http-client', version='1.2.1')
)
libraryDependencies += "com.ifengxue" % "http-client" % "1.2.1"
[com.ifengxue/http-client "1.2.1"]