is not current version
Last Version 1.0.6

cn.aghost:http-client 1.0.4

基于okhttp3封装的http工具包

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.aghost
ArtifactId

ArtifactId

http-client
Version

Version

1.0.4
Type

Type

jar

Download http-client 1.0.4


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