GroupId | GroupIdcn.bluemobi.dylan |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.8 |
Type | Typeaar |
Filename | Size |
---|---|
http-1.8.pom | |
http-1.8.aar | 39 KB |
http-1.8-sources.jar | 21 KB |
http-1.8-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</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/http/
implementation 'cn.bluemobi.dylan:http:1.8'
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/http/
implementation ("cn.bluemobi.dylan:http:1.8")
'cn.bluemobi.dylan:http:aar:1.8'
<dependency org="cn.bluemobi.dylan" name="http" rev="1.8">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bluemobi.dylan', module='http', version='1.8')
)
libraryDependencies += "cn.bluemobi.dylan" % "http" % "1.8"
[cn.bluemobi.dylan/http "1.8"]