| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторglide |
| Версия | Версия3.6.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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"]