GroupId | GroupIdcn.zkyle |
---|---|
ArtifactId | ArtifactIdkhttp |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
khttp-1.0.0.pom | |
khttp-1.0.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.zkyle/khttp/ -->
<dependency>
<groupId>cn.zkyle</groupId>
<artifactId>khttp</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.zkyle/khttp/
implementation 'cn.zkyle:khttp:1.0.0'
// https://jarcasting.com/artifacts/cn.zkyle/khttp/
implementation ("cn.zkyle:khttp:1.0.0")
'cn.zkyle:khttp:aar:1.0.0'
<dependency org="cn.zkyle" name="khttp" rev="1.0.0">
<artifact name="khttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.zkyle', module='khttp', version='1.0.0')
)
libraryDependencies += "cn.zkyle" % "khttp" % "1.0.0"
[cn.zkyle/khttp "1.0.0"]