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