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