Last Version

com.github.duanxinyuan:util-http 1.2.0

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

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

util-http
Version

Version

1.2.0
Type

Type

jar
Description

Description

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

Download util-http 1.2.0


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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.duanxinyuan : util-common jar 1.2.0
com.github.duanxinyuan : util-config jar 1.1.0
com.squareup.okhttp3 : okhttp jar 4.7.2
org.slf4j : slf4j-api jar 1.7.30
org.projectlombok : lombok jar 1.18.12

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.12.1

Project Modules

There are no modules declared in this project.