is not current version
Last Version 3.0.0

net.qiujuer.common:okhttp 0.9.0

A okhttp package, so that the use of okhttp is so easy.

Categories

Categories

Net
GroupId

GroupId

net.qiujuer.common
ArtifactId

ArtifactId

okhttp
Version

Version

0.9.0
Type

Type

aar

Download okhttp 0.9.0


<!-- https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/ -->
<dependency>
    <groupId>net.qiujuer.common</groupId>
    <artifactId>okhttp</artifactId>
    <version>0.9.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/
implementation 'net.qiujuer.common:okhttp:0.9.0'
// https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/
implementation ("net.qiujuer.common:okhttp:0.9.0")
'net.qiujuer.common:okhttp:aar:0.9.0'
<dependency org="net.qiujuer.common" name="okhttp" rev="0.9.0">
  <artifact name="okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.qiujuer.common', module='okhttp', version='0.9.0')
)
libraryDependencies += "net.qiujuer.common" % "okhttp" % "0.9.0"
[net.qiujuer.common/okhttp "0.9.0"]