is not current version
Last Version 1.0.6

cn.aghost:http-client 1.0.3

基于okhttp3封装的http工具包

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.aghost
ArtifactId

ArtifactId

http-client
Version

Version

1.0.3
Type

Type

jar

Download http-client 1.0.3


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