| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.freelifer |
| Идентификатор | Идентификаторhttp |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеSmart Http client
smart andorid http client.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| http-1.1.0.pom | |
| http-1.1.0.aar | 10 KB |
| http-1.1.0-sources.jar | 9 KB |
| http-1.1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.freelifer/http/ -->
<dependency>
<groupId>com.github.freelifer</groupId>
<artifactId>http</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.freelifer/http/
implementation 'com.github.freelifer:http:1.1.0'
// https://jarcasting.com/artifacts/com.github.freelifer/http/
implementation ("com.github.freelifer:http:1.1.0")
'com.github.freelifer:http:aar:1.1.0'
<dependency org="com.github.freelifer" name="http" rev="1.1.0">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.freelifer', module='http', version='1.1.0')
)
libraryDependencies += "com.github.freelifer" % "http" % "1.1.0"
[com.github.freelifer/http "1.1.0"]