MVN

com.github.duanxinyuan : util-http-parent

Maven & Gradle

Apr 05, 2023
3 stars

http-utils · Http请求工具库(支持全部Http请求方式,支持日志、超时、重试等各种配置)

<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>util-http-parent</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.duanxinyuan : util-http-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.github.duanxinyuan : util-http-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
util-http-parent-1.3.0
1.2.x
util-http-parent-1.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>util-http-parent</artifactId>
    <version>1.3.0</version>
</dependency>