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