a

animation-core-uikitsimarm64

Animation engine and animation primitives that are the building blocks of the Compose animation library
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
animation-core-uikitsimarm64-1.6.0-beta02.pom download
animation-core-uikitsimarm64-1.6.0-beta02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-core-uikitsimarm64</artifactId>
  <version>1.6.0-beta02</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-core-uikitsimarm64:1.6.0-beta02'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-core-uikitsimarm64:1.6.0-beta02")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-core-uikitsimarm64" % "1.6.0-beta02"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-core-uikitsimarm64', version='1.6.0-beta02')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-core-uikitsimarm64" rev="1.6.0-beta02" />
Leiningen
[org.jetbrains.compose.animation/animation-core-uikitsimarm64 "1.6.0-beta02"]
Apache Buildr
'org.jetbrains.compose.animation:animation-core-uikitsimarm64:jar:1.6.0-beta02'