License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.bumptech.glide |
ArtifactId | ArtifactIdavif-integration |
Last Version | Last Version4.13.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionGlide AVIF Integration
An integration library to support AVIF images in Glide
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
avif-integration-4.13.2.pom | |
avif-integration-4.13.2.jar | 5 KB |
avif-integration-4.13.2-sources.jar | 3 KB |
avif-integration-4.13.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/avif-integration/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>avif-integration</artifactId>
<version>4.13.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/avif-integration/
implementation 'com.github.bumptech.glide:avif-integration:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/avif-integration/
implementation ("com.github.bumptech.glide:avif-integration:4.13.2")
'com.github.bumptech.glide:avif-integration:aar:4.13.2'
<dependency org="com.github.bumptech.glide" name="avif-integration" rev="4.13.2">
<artifact name="avif-integration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='avif-integration', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "avif-integration" % "4.13.2"
[com.github.bumptech.glide/avif-integration "4.13.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bumptech.glide : glide | jar | 4.13.2 |
org.aomedia.avif.android : avif | jar | 0.9.3.a319893 |
com.google.guava : guava | jar | 28.1-android |