| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторvolley-integration |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| volley-integration-1.0.1.pom | |
| volley-integration-1.0.1.jar | 8 KB |
| volley-integration-1.0.1-sources.jar | 4 KB |
| volley-integration-1.0.1-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>volley-integration</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/
implementation 'com.github.bumptech.glide:volley-integration:1.0.1'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/
implementation ("com.github.bumptech.glide:volley-integration:1.0.1")
'com.github.bumptech.glide:volley-integration:jar:1.0.1'
<dependency org="com.github.bumptech.glide" name="volley-integration" rev="1.0.1">
<artifact name="volley-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='volley-integration', version='1.0.1')
)
libraryDependencies += "com.github.bumptech.glide" % "volley-integration" % "1.0.1"
[com.github.bumptech.glide/volley-integration "1.0.1"]