is not current version
Last Version 1.6.2

com.ifengxue:http-client 1.1.8

Use this tool to quickly create http client. Currently support get and post 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.1.8
Type

Type

jar

Download http-client 1.1.8


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