is not current version
Last Version 4.13.2

com.github.bumptech.glide:glide 4.0.0-RC1

A fast and efficient image loading library for Android focused on smooth scrolling.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

glide
Version

Version

4.0.0-RC1
Type

Type

jar

Download glide 4.0.0-RC1


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