is not current version
Last Version 5.2.0

com.airbnb.android:lottie 2.0.0-beta4

Lottie is an animation library that renders Adobe After Effects animations natively in realtime.

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

lottie
Version

Version

2.0.0-beta4
Type

Type

aar

Download lottie 2.0.0-beta4


<!-- https://jarcasting.com/artifacts/com.airbnb.android/lottie/ -->
<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>lottie</artifactId>
    <version>2.0.0-beta4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/lottie/
implementation 'com.airbnb.android:lottie:2.0.0-beta4'
// https://jarcasting.com/artifacts/com.airbnb.android/lottie/
implementation ("com.airbnb.android:lottie:2.0.0-beta4")
'com.airbnb.android:lottie:aar:2.0.0-beta4'
<dependency org="com.airbnb.android" name="lottie" rev="2.0.0-beta4">
  <artifact name="lottie" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='lottie', version='2.0.0-beta4')
)
libraryDependencies += "com.airbnb.android" % "lottie" % "2.0.0-beta4"
[com.airbnb.android/lottie "2.0.0-beta4"]