Registry / ui / foundation-desktop

foundation-desktop

JSON →
library1.10.3javamavenunverified

Higher-level abstractions of Compose UI primitives for desktop applications, design system agnostic.

<dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-desktop</artifactId> <version>1.10.3</version> </dependency>
INSTALL
IMPORT
SIG · FOUNDATION-DESKTOP
F
foundation-desktop
uijavav1.10.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Column
androidx.compose.foundation.layout.Column

Minimal usage showing a composable with Column and Text.

import androidx.compose.foundation.layout.Column; import androidx.compose.material.Text; import androidx.compose.runtime.Composable; public class Example { @Composable public void MyComponent() { Column { Text("Hello, Desktop!") } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
foundation-desktop — mvn dependency:get foundation-desktop · libregistry