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