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