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