GroupId | GroupIdcom.facebook.fresco |
---|---|
ArtifactId | ArtifactIdanimated-base |
Version | Version1.14.1 |
Type | Typeaar |
Filename | Size |
---|---|
animated-base-1.14.1.pom | |
animated-base-1.14.1.aar | 44 KB |
animated-base-1.14.1-sources.jar | 35 KB |
animated-base-1.14.1-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.14.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/animated-base/
implementation 'com.facebook.fresco:animated-base:1.14.1'
// https://jarcasting.com/artifacts/com.facebook.fresco/animated-base/
implementation ("com.facebook.fresco:animated-base:1.14.1")
'com.facebook.fresco:animated-base:aar:1.14.1'
<dependency org="com.facebook.fresco" name="animated-base" rev="1.14.1">
<artifact name="animated-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='animated-base', version='1.14.1')
)
libraryDependencies += "com.facebook.fresco" % "animated-base" % "1.14.1"
[com.facebook.fresco/animated-base "1.14.1"]