| GroupId | GroupIdcom.mcxiaoke.next |
|---|---|
| ArtifactId | ArtifactIdhttp |
| Version | Version1.1.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| http-1.1.8.pom | |
| http-1.1.8.aar | 28 KB |
| http-1.1.8-sources.jar | 15 KB |
| http-1.1.8-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/http/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>http</artifactId>
<version>1.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation 'com.mcxiaoke.next:http:1.1.8'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation ("com.mcxiaoke.next:http:1.1.8")
'com.mcxiaoke.next:http:aar:1.1.8'
<dependency org="com.mcxiaoke.next" name="http" rev="1.1.8">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='http', version='1.1.8')
)
libraryDependencies += "com.mcxiaoke.next" % "http" % "1.1.8"
[com.mcxiaoke.next/http "1.1.8"]