is not current version
Last Version 1.6.2

com.ifengxue:http-client-module 1.6.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-module
Version

Version

1.6.1
Type

Type

pom

Download http-client-module 1.6.1


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