r

runtime-saveable-macosx64

Compose components that allow saving and restoring the local ui state
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
文件下载
文件名 操作
runtime-saveable-macosx64-1.6.10-beta01.pom 下载
runtime-saveable-macosx64-1.6.10-beta01-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.runtime</groupId>
  <artifactId>runtime-saveable-macosx64</artifactId>
  <version>1.6.10-beta01</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.runtime:runtime-saveable-macosx64:1.6.10-beta01'
Gradle Kotlin
implementation("org.jetbrains.compose.runtime:runtime-saveable-macosx64:1.6.10-beta01")
Scala SBT
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-saveable-macosx64" % "1.6.10-beta01"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.runtime', module='runtime-saveable-macosx64', version='1.6.10-beta01')
)
Apache Ivy
<dependency org="org.jetbrains.compose.runtime" name="runtime-saveable-macosx64" rev="1.6.10-beta01" />
Leiningen
[org.jetbrains.compose.runtime/runtime-saveable-macosx64 "1.6.10-beta01"]
Apache Buildr
'org.jetbrains.compose.runtime:runtime-saveable-macosx64:jar:1.6.10-beta01'