| Группа | Группаcom.mcxiaoke.next |
|---|---|
| Идентификатор | Идентификаторhttp |
| Версия | Версия1.1.5 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| http-1.1.5.pom | |
| http-1.1.5.aar | 27 KB |
| http-1.1.5-sources.jar | 16 KB |
| http-1.1.5-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/http/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>http</artifactId>
<version>1.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation 'com.mcxiaoke.next:http:1.1.5'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation ("com.mcxiaoke.next:http:1.1.5")
'com.mcxiaoke.next:http:aar:1.1.5'
<dependency org="com.mcxiaoke.next" name="http" rev="1.1.5">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='http', version='1.1.5')
)
libraryDependencies += "com.mcxiaoke.next" % "http" % "1.1.5"
[com.mcxiaoke.next/http "1.1.5"]