| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть CLI Взаимодействие с пользователем |
| Группа | Группаnet.callumtaylor.asynchttp |
| Идентификатор | Идентификаторasynchttpclient |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеAsyncHttpClient
An android AsyncHttpClient based on RESTful methods
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| asynchttpclient-1.5.pom | |
| asynchttpclient-1.5.aar | 48 KB |
| asynchttpclient-1.5-sources.jar | 33 KB |
| asynchttpclient-1.5-javadoc.jar | 159 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.callumtaylor.asynchttp/asynchttpclient/ -->
<dependency>
<groupId>net.callumtaylor.asynchttp</groupId>
<artifactId>asynchttpclient</artifactId>
<version>1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor.asynchttp/asynchttpclient/
implementation 'net.callumtaylor.asynchttp:asynchttpclient:1.5'
// https://jarcasting.com/artifacts/net.callumtaylor.asynchttp/asynchttpclient/
implementation ("net.callumtaylor.asynchttp:asynchttpclient:1.5")
'net.callumtaylor.asynchttp:asynchttpclient:aar:1.5'
<dependency org="net.callumtaylor.asynchttp" name="asynchttpclient" rev="1.5">
<artifact name="asynchttpclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor.asynchttp', module='asynchttpclient', version='1.5')
)
libraryDependencies += "net.callumtaylor.asynchttp" % "asynchttpclient" % "1.5"
[net.callumtaylor.asynchttp/asynchttpclient "1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.gson : gson | jar | 2.+ |
| org.apache.httpcomponents : httpmime | jar | 4.2.5 |