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