is not current version
Last Version 1.0.5

com.xkcoding.http:simple-http 1.0.1

简单的 http 实现

GroupId

GroupId

com.xkcoding.http
ArtifactId

ArtifactId

simple-http
Version

Version

1.0.1
Type

Type

jar

Download simple-http 1.0.1


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