License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.bumptech.glide |
ArtifactId | ArtifactIdgifdecoder |
Last Version | Last Version4.13.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionGlide GIF Decoder Library
Implementation of GifDecoder that is more memory efficient to animate for Android devices.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gifdecoder-4.13.2.pom | |
gifdecoder-4.13.2.jar | 17 KB |
gifdecoder-4.13.2-sources.jar | 17 KB |
gifdecoder-4.13.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/gifdecoder/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>gifdecoder</artifactId>
<version>4.13.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/gifdecoder/
implementation 'com.github.bumptech.glide:gifdecoder:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/gifdecoder/
implementation ("com.github.bumptech.glide:gifdecoder:4.13.2")
'com.github.bumptech.glide:gifdecoder:aar:4.13.2'
<dependency org="com.github.bumptech.glide" name="gifdecoder" rev="4.13.2">
<artifact name="gifdecoder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='gifdecoder', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "gifdecoder" % "4.13.2"
[com.github.bumptech.glide/gifdecoder "4.13.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |