<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation-layout</artifactId>
<version>1.7.0-alpha03</version>
</dependency>
libraryDependencies += "org.jetbrains.compose.foundation" % "foundation-layout" % "1.7.0-alpha03"
@Grapes(
@Grab(group='org.jetbrains.compose.foundation', module='foundation-layout', version='1.7.0-alpha03')
)
<dependency org="org.jetbrains.compose.foundation" name="foundation-layout" rev="1.7.0-alpha03" />
runtime
|-- androidx.annotation:annotation:1.1.0
|-- androidx.compose.animation:animation-core:1.2.1
|-- androidx.compose.foundation:foundation-layout:1.7.0-beta06
|-- org.jetbrains.compose.annotation-internal:annotation:1.7.0-alpha03
|-- org.jetbrains.compose.collection-internal:collection:1.7.0-alpha03
|-- org.jetbrains.compose.runtime:runtime:1.7.0-alpha03
|-- org.jetbrains.compose.ui:ui:1.7.0-alpha03