is not current version
Last Version 1.0.6

cn.aghost:http-client 1.0

基于okhttp3封装的http工具包

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.aghost
ArtifactId

ArtifactId

http-client
Version

Version

1.0
Type

Type

jar

Download http-client 1.0


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