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