is not current version
Last Version 4.13.2

com.github.bumptech.glide:glide 4.7.0


Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

glide
Version

Version

4.7.0
Type

Type

aar

Download glide 4.7.0


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