is not current version
Last Version 1.0.4

top.dcenter:xkcoding-simple-http 1.0.3

forked from https://github.com/xkcoding/simple-http, 修复 HttpClientImpl timeout 配置失效问题 简单的 http 实现

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

xkcoding-simple-http
Version

Version

1.0.3
Type

Type

jar

Download xkcoding-simple-http 1.0.3


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