не последняя версия
Последняя версия 4.13.2

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

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

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.github.bumptech.glide
Идентификатор

Идентификатор

glide
Версия

Версия

4.0.0-RC0
Тип

Тип

jar

Скачать glide 4.0.0-RC0


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