MVN

com.ifengxue : http-client-module

Maven & Gradle

Dec 24, 2019

http-client-module · 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.

<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client-module</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ifengxue : http-client-module to add to Maven - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of com.ifengxue : http-client-module to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
http-client-module-1.6.2
http-client-module-1.6.1
http-client-module-1.6.0
1.5.x
http-client-module-1.5.5
http-client-module-1.5.4
http-client-module-1.5.3
http-client-module-1.5.2
http-client-module-1.5.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client-module</artifactId>
    <version>1.6.2</version>
</dependency>