<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation-desktop</artifactId>
<version>1.5.10-rc01</version>
</dependency>
libraryDependencies += "org.jetbrains.compose.foundation" % "foundation-desktop" % "1.5.10-rc01"
@Grapes(
@Grab(group='org.jetbrains.compose.foundation', module='foundation-desktop', version='1.5.10-rc01')
)
<dependency org="org.jetbrains.compose.foundation" name="foundation-desktop" rev="1.5.10-rc01" />
compile
|-- org.jetbrains.compose.animation:animation-desktop:1.5.10-rc01
|-- org.jetbrains.compose.runtime:runtime-desktop:1.5.10-rc01
|-- org.jetbrains.compose.ui:ui-desktop:1.5.10-rc01
|-- org.jetbrains.skiko:skiko-awt:0.7.84
runtime
|-- org.jetbrains.compose.foundation:foundation-layout-desktop
|-- org.jetbrains.compose.ui:ui-text-desktop:1.5.10-rc01
|-- org.jetbrains.compose.ui:ui-util-desktop:1.5.10-rc01