License |
License |
---|---|
GroupId | GroupIdcom.github.duanxinyuan |
ArtifactId | ArtifactIdutil-http |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttp请求工具库(支持全部Http请求方式,支持日志、超时、重试等各种配置)
|
Filename | Size |
---|---|
util-http-1.2.0.pom | |
util-http-1.2.0.jar | 54 KB |
util-http-1.2.0-sources.jar | 26 KB |
util-http-1.2.0-javadoc.jar | 244 KB |
Browse |
<!-- 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"]
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 |
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 |