GroupId | GroupIdcom.github.penfeizhou.android.animation |
---|---|
ArtifactId | ArtifactIdgif |
Version | Version2.16.1 |
Type | Typeaar |
Filename | Size |
---|---|
gif-2.16.1.pom | |
gif-2.16.1.aar | 50 KB |
gif-2.16.1-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.penfeizhou.android.animation/gif/ -->
<dependency>
<groupId>com.github.penfeizhou.android.animation</groupId>
<artifactId>gif</artifactId>
<version>2.16.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.penfeizhou.android.animation/gif/
implementation 'com.github.penfeizhou.android.animation:gif:2.16.1'
// https://jarcasting.com/artifacts/com.github.penfeizhou.android.animation/gif/
implementation ("com.github.penfeizhou.android.animation:gif:2.16.1")
'com.github.penfeizhou.android.animation:gif:aar:2.16.1'
<dependency org="com.github.penfeizhou.android.animation" name="gif" rev="2.16.1">
<artifact name="gif" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.penfeizhou.android.animation', module='gif', version='2.16.1')
)
libraryDependencies += "com.github.penfeizhou.android.animation" % "gif" % "2.16.1"
[com.github.penfeizhou.android.animation/gif "2.16.1"]