GroupId | GroupIdcn.bluemobi.dylan |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.6 |
Type | Typeaar |
Filename | Size |
---|---|
http-1.6.pom | |
http-1.6.aar | 40 KB |
http-1.6-sources.jar | 21 KB |
http-1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bluemobi.dylan/http/ -->
<dependency>
<groupId>cn.bluemobi.dylan</groupId>
<artifactId>http</artifactId>
<version>1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/http/
implementation 'cn.bluemobi.dylan:http:1.6'
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/http/
implementation ("cn.bluemobi.dylan:http:1.6")
'cn.bluemobi.dylan:http:aar:1.6'
<dependency org="cn.bluemobi.dylan" name="http" rev="1.6">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bluemobi.dylan', module='http', version='1.6')
)
libraryDependencies += "cn.bluemobi.dylan" % "http" % "1.6"
[cn.bluemobi.dylan/http "1.6"]