Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.qiujuer.common |
ArtifactId | ArtifactIdokhttp |
Version | Version0.8.2 |
Type | Typeaar |
Filename | Size |
---|---|
okhttp-0.8.2.pom | |
okhttp-0.8.2.aar | 45 KB |
okhttp-0.8.2-sources.jar | 29 KB |
okhttp-0.8.2-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/ -->
<dependency>
<groupId>net.qiujuer.common</groupId>
<artifactId>okhttp</artifactId>
<version>0.8.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/
implementation 'net.qiujuer.common:okhttp:0.8.2'
// https://jarcasting.com/artifacts/net.qiujuer.common/okhttp/
implementation ("net.qiujuer.common:okhttp:0.8.2")
'net.qiujuer.common:okhttp:aar:0.8.2'
<dependency org="net.qiujuer.common" name="okhttp" rev="0.8.2">
<artifact name="okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.qiujuer.common', module='okhttp', version='0.8.2')
)
libraryDependencies += "net.qiujuer.common" % "okhttp" % "0.8.2"
[net.qiujuer.common/okhttp "0.8.2"]