a

animation-desktop

Compose animation library
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
文件下载
文件名 操作
animation-desktop-1.5.0.jar 下载
animation-desktop-1.5.0.pom 下载
animation-desktop-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-desktop</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-desktop:1.5.0'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-desktop:1.5.0")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-desktop" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-desktop', version='1.5.0')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-desktop" rev="1.5.0" />
Leiningen
[org.jetbrains.compose.animation/animation-desktop "1.5.0"]
Apache Buildr
'org.jetbrains.compose.animation:animation-desktop:jar:1.5.0'