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