a

animation-graphics-uikitarm64

Compose Animation Graphics Library for using animated-vector resources in Compose
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
animation-graphics-uikitarm64-1.3.0.pom download
animation-graphics-uikitarm64-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-graphics-uikitarm64</artifactId>
  <version>1.3.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-graphics-uikitarm64:1.3.0'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-graphics-uikitarm64:1.3.0")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-graphics-uikitarm64" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-graphics-uikitarm64', version='1.3.0')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-graphics-uikitarm64" rev="1.3.0" />
Leiningen
[org.jetbrains.compose.animation/animation-graphics-uikitarm64 "1.3.0"]
Apache Buildr
'org.jetbrains.compose.animation:animation-graphics-uikitarm64:jar:1.3.0'