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