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.1.0.pom download
lottie-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>lottie</artifactId>
  <version>6.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:lottie:6.1.0'
Gradle Kotlin
implementation("com.airbnb.android:lottie:6.1.0")
Scala SBT
libraryDependencies += "com.airbnb.android" % "lottie" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='lottie', version='6.1.0')
)
Apache Ivy
<dependency org="com.airbnb.android" name="lottie" rev="6.1.0" />
Leiningen
[com.airbnb.android/lottie "6.1.0"]
Apache Buildr
'com.airbnb.android:lottie:jar:6.1.0'