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.2.0-beta01.pom download
animation-graphics-uikitarm64-1.2.0-beta01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-graphics-uikitarm64</artifactId>
  <version>1.2.0-beta01</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-graphics-uikitarm64:1.2.0-beta01'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-graphics-uikitarm64:1.2.0-beta01")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-graphics-uikitarm64" % "1.2.0-beta01"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-graphics-uikitarm64', version='1.2.0-beta01')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-graphics-uikitarm64" rev="1.2.0-beta01" />
Leiningen
[org.jetbrains.compose.animation/animation-graphics-uikitarm64 "1.2.0-beta01"]
Apache Buildr
'org.jetbrains.compose.animation:animation-graphics-uikitarm64:jar:1.2.0-beta01'