GroupId | GroupIdcom.github.luning-l |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.9 |
Type | Typeaar |
Filename | Size |
---|---|
http-0.0.9.pom | |
http-0.0.9.aar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luning-l/http/ -->
<dependency>
<groupId>com.github.luning-l</groupId>
<artifactId>http</artifactId>
<version>0.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luning-l/http/
implementation 'com.github.luning-l:http:0.0.9'
// https://jarcasting.com/artifacts/com.github.luning-l/http/
implementation ("com.github.luning-l:http:0.0.9")
'com.github.luning-l:http:aar:0.0.9'
<dependency org="com.github.luning-l" name="http" rev="0.0.9">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.luning-l', module='http', version='0.0.9')
)
libraryDependencies += "com.github.luning-l" % "http" % "0.0.9"
[com.github.luning-l/http "0.0.9"]