<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation-desktop</artifactId>
<version>1.7.1</version>
</dependency>
libraryDependencies += "org.jetbrains.compose.foundation" % "foundation-desktop" % "1.7.1"
@Grapes(
@Grab(group='org.jetbrains.compose.foundation', module='foundation-desktop', version='1.7.1')
)
<dependency org="org.jetbrains.compose.foundation" name="foundation-desktop" rev="1.7.1" />
compile
|-- org.jetbrains.compose.animation:animation-desktop:1.7.1
|-- org.jetbrains.compose.runtime:runtime-desktop:1.7.1
|-- org.jetbrains.compose.ui:ui-desktop:1.7.1
|-- org.jetbrains.skiko:skiko-awt:0.8.18
runtime
|-- androidx.annotation:annotation-jvm:1.8.0
|-- androidx.collection:collection-jvm:1.4.0
|-- org.jetbrains.compose.foundation:foundation-layout-desktop
|-- org.jetbrains.compose.ui:ui-text-desktop:1.7.1
|-- org.jetbrains.compose.ui:ui-util-desktop:1.7.1
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.24