Files download
File Operation
glide-4.13.2.jar download
glide-4.13.2.pom download
glide-4.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>glide</artifactId>
  <version>4.13.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.bumptech.glide:glide:4.13.2'
Gradle Kotlin
implementation("com.github.bumptech.glide:glide:4.13.2")
Scala SBT
libraryDependencies += "com.github.bumptech.glide" % "glide" % "4.13.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bumptech.glide', module='glide', version='4.13.2')
)
Apache Ivy
<dependency org="com.github.bumptech.glide" name="glide" rev="4.13.2" />
Leiningen
[com.github.bumptech.glide/glide "4.13.2"]
Apache Buildr
'com.github.bumptech.glide:glide:jar:4.13.2'