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