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