l

lottie

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