GroupId | GroupIdcom.facebook.fresco |
---|---|
ArtifactId | ArtifactIdanimated-drawable |
Version | Version2.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
animated-drawable-2.2.0.pom | |
animated-drawable-2.2.0.aar | 32 KB |
animated-drawable-2.2.0-sources.jar | 27 KB |
animated-drawable-2.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.fresco/animated-drawable/ -->
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>animated-drawable</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/animated-drawable/
implementation 'com.facebook.fresco:animated-drawable:2.2.0'
// https://jarcasting.com/artifacts/com.facebook.fresco/animated-drawable/
implementation ("com.facebook.fresco:animated-drawable:2.2.0")
'com.facebook.fresco:animated-drawable:aar:2.2.0'
<dependency org="com.facebook.fresco" name="animated-drawable" rev="2.2.0">
<artifact name="animated-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='animated-drawable', version='2.2.0')
)
libraryDependencies += "com.facebook.fresco" % "animated-drawable" % "2.2.0"
[com.facebook.fresco/animated-drawable "2.2.0"]