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