l

lottie

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