| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.erd |
| Идентификатор | Идентификаторandroid-volley |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
ОписаниеVolley
Volley networking library
|
| Имя Файла | Размер |
|---|---|
| android-volley-1.0.0.pom | |
| android-volley-1.0.0.aar | 78 KB |
| android-volley-1.0.0-sources.jar | 69 KB |
| android-volley-1.0.0-javadoc.jar | 198 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.erd/android-volley/ -->
<dependency>
<groupId>com.github.erd</groupId>
<artifactId>android-volley</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.erd/android-volley/
implementation 'com.github.erd:android-volley:1.0.0'
// https://jarcasting.com/artifacts/com.github.erd/android-volley/
implementation ("com.github.erd:android-volley:1.0.0")
'com.github.erd:android-volley:aar:1.0.0'
<dependency org="com.github.erd" name="android-volley" rev="1.0.0">
<artifact name="android-volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.erd', module='android-volley', version='1.0.0')
)
libraryDependencies += "com.github.erd" % "android-volley" % "1.0.0"
[com.github.erd/android-volley "1.0.0"]