| GroupId | GroupIdpl.droidsonroids.gif |
|---|---|
| ArtifactId | ArtifactIdandroid-gif-drawable |
| Version | Version1.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-gif-drawable-1.1.4.pom | |
| android-gif-drawable-1.1.4.aar | 162 KB |
| android-gif-drawable-1.1.4-sources.jar | 30 KB |
| android-gif-drawable-1.1.4-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.droidsonroids.gif/android-gif-drawable/ -->
<dependency>
<groupId>pl.droidsonroids.gif</groupId>
<artifactId>android-gif-drawable</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.droidsonroids.gif/android-gif-drawable/
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.1.4'
// https://jarcasting.com/artifacts/pl.droidsonroids.gif/android-gif-drawable/
implementation ("pl.droidsonroids.gif:android-gif-drawable:1.1.4")
'pl.droidsonroids.gif:android-gif-drawable:aar:1.1.4'
<dependency org="pl.droidsonroids.gif" name="android-gif-drawable" rev="1.1.4">
<artifact name="android-gif-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.droidsonroids.gif', module='android-gif-drawable', version='1.1.4')
)
libraryDependencies += "pl.droidsonroids.gif" % "android-gif-drawable" % "1.1.4"
[pl.droidsonroids.gif/android-gif-drawable "1.1.4"]