GroupId | GroupIdcom.airbnb.android |
---|---|
ArtifactId | ArtifactIdlottie-compose |
Version | Version5.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
lottie-compose-5.0.2.pom | |
lottie-compose-5.0.2-sources.jar | 18 KB |
lottie-compose-5.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/lottie-compose/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>lottie-compose</artifactId>
<version>5.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/lottie-compose/
implementation 'com.airbnb.android:lottie-compose:5.0.2'
// https://jarcasting.com/artifacts/com.airbnb.android/lottie-compose/
implementation ("com.airbnb.android:lottie-compose:5.0.2")
'com.airbnb.android:lottie-compose:aar:5.0.2'
<dependency org="com.airbnb.android" name="lottie-compose" rev="5.0.2">
<artifact name="lottie-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='lottie-compose', version='5.0.2')
)
libraryDependencies += "com.airbnb.android" % "lottie-compose" % "5.0.2"
[com.airbnb.android/lottie-compose "5.0.2"]