| GroupId | GroupIdpl.droidsonroids.gif |
|---|---|
| ArtifactId | ArtifactIdandroid-gif-drawable |
| Version | Version1.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-gif-drawable-1.0.8.pom | |
| android-gif-drawable-1.0.8.aar | 79 KB |
| android-gif-drawable-1.0.8-sources.jar | 12 KB |
| android-gif-drawable-1.0.8-javadoc.jar | 57 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.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.droidsonroids.gif/android-gif-drawable/
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.0.8'
// https://jarcasting.com/artifacts/pl.droidsonroids.gif/android-gif-drawable/
implementation ("pl.droidsonroids.gif:android-gif-drawable:1.0.8")
'pl.droidsonroids.gif:android-gif-drawable:aar:1.0.8'
<dependency org="pl.droidsonroids.gif" name="android-gif-drawable" rev="1.0.8">
<artifact name="android-gif-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.droidsonroids.gif', module='android-gif-drawable', version='1.0.8')
)
libraryDependencies += "pl.droidsonroids.gif" % "android-gif-drawable" % "1.0.8"
[pl.droidsonroids.gif/android-gif-drawable "1.0.8"]