l

lottie

Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
https://github.com/airbnb/lottie-android
Apache License 2.0
Airbnb
Files download
File Operation
lottie-5.0.0.pom download
lottie-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>lottie</artifactId>
  <version>5.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:lottie:5.0.0'
Gradle Kotlin
implementation("com.airbnb.android:lottie:5.0.0")
Scala SBT
libraryDependencies += "com.airbnb.android" % "lottie" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='lottie', version='5.0.0')
)
Apache Ivy
<dependency org="com.airbnb.android" name="lottie" rev="5.0.0" />
Leiningen
[com.airbnb.android/lottie "5.0.0"]
Apache Buildr
'com.airbnb.android:lottie:jar:5.0.0'