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

com.github.bumptech.glide:glide 3.6.1

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

Категории

Категории

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

Группа

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

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

glide
Версия

Версия

3.6.1
Тип

Тип

jar

Скачать glide 3.6.1

Имя Файла Размер
glide-3.6.1.pom
glide-3.6.1.jar 464 KB
glide-3.6.1-sources.jar 297 KB
glide-3.6.1-javadoc.jar 1005 KB
Обзор

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