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

com.github.bumptech.glide:glide 3.3.1

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

Категории

Категории

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

Группа

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

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

glide
Версия

Версия

3.3.1
Тип

Тип

jar

Скачать glide 3.3.1


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