a

animation-graphics-desktop

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