k

koreography

A light weight Compose Animation utility library to choreograph low level Animation API through Kotlin DSL.
https://github.com/sagar-viradiya/koreography/
The Apache Software License, Version 2.0
Sagar Viradiya
Files download
File Operation
koreography-0.3.0.pom download
koreography-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sagar-viradiya</groupId>
  <artifactId>koreography</artifactId>
  <version>0.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.sagar-viradiya:koreography:0.3.0'
Gradle Kotlin
implementation("io.github.sagar-viradiya:koreography:0.3.0")
Scala SBT
libraryDependencies += "io.github.sagar-viradiya" % "koreography" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sagar-viradiya', module='koreography', version='0.3.0')
)
Apache Ivy
<dependency org="io.github.sagar-viradiya" name="koreography" rev="0.3.0" />
Leiningen
[io.github.sagar-viradiya/koreography "0.3.0"]
Apache Buildr
'io.github.sagar-viradiya:koreography:jar:0.3.0'