is not current version
Last Version 0.3

com.gitee.rslai.commons:http 0.1

Encapsulation httpclient

GroupId

GroupId

com.gitee.rslai.commons
ArtifactId

ArtifactId

http
Version

Version

0.1
Type

Type

jar

Download http 0.1


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