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