r

runtime-macosarm64

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