f

foundation-macosarm64

Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
foundation-macosarm64-1.6.0-alpha01.pom download
foundation-macosarm64-1.6.0-alpha01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.foundation</groupId>
  <artifactId>foundation-macosarm64</artifactId>
  <version>1.6.0-alpha01</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.foundation:foundation-macosarm64:1.6.0-alpha01'
Gradle Kotlin
implementation("org.jetbrains.compose.foundation:foundation-macosarm64:1.6.0-alpha01")
Scala SBT
libraryDependencies += "org.jetbrains.compose.foundation" % "foundation-macosarm64" % "1.6.0-alpha01"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.foundation', module='foundation-macosarm64', version='1.6.0-alpha01')
)
Apache Ivy
<dependency org="org.jetbrains.compose.foundation" name="foundation-macosarm64" rev="1.6.0-alpha01" />
Leiningen
[org.jetbrains.compose.foundation/foundation-macosarm64 "1.6.0-alpha01"]
Apache Buildr
'org.jetbrains.compose.foundation:foundation-macosarm64:jar:1.6.0-alpha01'