| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть CLI Взаимодействие с пользователем |
| Группа | Группаnet.callumtaylor |
| Идентификатор | Идентификаторasynchttpclient |
| Версия | Версия2.1.1 |
| Тип | Типaar |
| Описание |
ОписаниеAsyncHttpClient
An android AsyncHttpClient based on RESTful methods
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| asynchttpclient-2.1.1.pom | |
| asynchttpclient-2.1.1.aar | 37 KB |
| asynchttpclient-2.1.1-sources.jar | 25 KB |
| asynchttpclient-2.1.1-javadoc.jar | 211 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/ -->
<dependency>
<groupId>net.callumtaylor</groupId>
<artifactId>asynchttpclient</artifactId>
<version>2.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/
implementation 'net.callumtaylor:asynchttpclient:2.1.1'
// https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/
implementation ("net.callumtaylor:asynchttpclient:2.1.1")
'net.callumtaylor:asynchttpclient:aar:2.1.1'
<dependency org="net.callumtaylor" name="asynchttpclient" rev="2.1.1">
<artifact name="asynchttpclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor', module='asynchttpclient', version='2.1.1')
)
libraryDependencies += "net.callumtaylor" % "asynchttpclient" % "2.1.1"
[net.callumtaylor/asynchttpclient "2.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.2.0 |
| com.google.code.gson : gson | jar | 2.6.2 |
| com.android.support » support-annotations | jar | 23.3.0 |