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