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