r

runtime

Tree composition support for code generated by the Compose compiler plugin and corresponding public API
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
文件下载
文件名 操作
runtime-1.0.0-rc2.jar 下载
runtime-1.0.0-rc2.pom 下载
runtime-1.0.0-rc2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.runtime</groupId>
  <artifactId>runtime</artifactId>
  <version>1.0.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.runtime:runtime:1.0.0-rc2'
Gradle Kotlin
implementation("org.jetbrains.compose.runtime:runtime:1.0.0-rc2")
Scala SBT
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime" % "1.0.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.runtime', module='runtime', version='1.0.0-rc2')
)
Apache Ivy
<dependency org="org.jetbrains.compose.runtime" name="runtime" rev="1.0.0-rc2" />
Leiningen
[org.jetbrains.compose.runtime/runtime "1.0.0-rc2"]
Apache Buildr
'org.jetbrains.compose.runtime:runtime:jar:1.0.0-rc2'