is not current version
Last Version 4.13.2

com.github.bumptech.glide:volley-integration 4.11.0

An integration library to use Volley to fetch data over http/https in Glide

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

volley-integration
Version

Version

4.11.0
Type

Type

aar

Download volley-integration 4.11.0


<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/ -->
<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>volley-integration</artifactId>
    <version>4.11.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/
implementation 'com.github.bumptech.glide:volley-integration:4.11.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/volley-integration/
implementation ("com.github.bumptech.glide:volley-integration:4.11.0")
'com.github.bumptech.glide:volley-integration:aar:4.11.0'
<dependency org="com.github.bumptech.glide" name="volley-integration" rev="4.11.0">
  <artifact name="volley-integration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='volley-integration', version='4.11.0')
)
libraryDependencies += "com.github.bumptech.glide" % "volley-integration" % "4.11.0"
[com.github.bumptech.glide/volley-integration "4.11.0"]