License |
License |
---|---|
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdxkcoding-simple-http |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionxkcoding-simple-http
修复 HttpClientImpl timeout 配置失效问题, forked from https://github.com/xkcoding/simple-http,
简单的 http 实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xkcoding-simple-http-1.0.4.pom | |
xkcoding-simple-http-1.0.4.jar | 30 KB |
xkcoding-simple-http-1.0.4-sources.jar | 24 KB |
xkcoding-simple-http-1.0.4-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dcenter/xkcoding-simple-http/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>xkcoding-simple-http</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/xkcoding-simple-http/
implementation 'top.dcenter:xkcoding-simple-http:1.0.4'
// https://jarcasting.com/artifacts/top.dcenter/xkcoding-simple-http/
implementation ("top.dcenter:xkcoding-simple-http:1.0.4")
'top.dcenter:xkcoding-simple-http:jar:1.0.4'
<dependency org="top.dcenter" name="xkcoding-simple-http" rev="1.0.4">
<artifact name="xkcoding-simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='xkcoding-simple-http', version='1.0.4')
)
libraryDependencies += "top.dcenter" % "xkcoding-simple-http" % "1.0.4"
[top.dcenter/xkcoding-simple-http "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp Optional | jar | 4.5.0 |
org.apache.httpcomponents : httpclient Optional | jar | 4.5.12 |
cn.hutool : hutool-http Optional | jar | 5.2.5 |
org.projectlombok : lombok-maven-plugin | maven-plugin | 1.18.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
top.dcenter » mock-http-client | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |