| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторglide |
| Версия | Версия4.11.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| glide-4.11.0.pom | |
| glide-4.11.0.jar | 693 KB |
| glide-4.11.0-sources.jar | 409 KB |
| glide-4.11.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/glide/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/glide/
implementation 'com.github.bumptech.glide:glide:4.11.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/glide/
implementation ("com.github.bumptech.glide:glide:4.11.0")
'com.github.bumptech.glide:glide:aar:4.11.0'
<dependency org="com.github.bumptech.glide" name="glide" rev="4.11.0">
<artifact name="glide" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='glide', version='4.11.0')
)
libraryDependencies += "com.github.bumptech.glide" % "glide" % "4.11.0"
[com.github.bumptech.glide/glide "4.11.0"]