foundation-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-js</artifactId> <version>1.8.0-beta01</version> </dependency>
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-js</artifactId> <version>1.8.0-beta01</version> <packaging>klib</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.10</version> </dependency> </dependencies> </dependencyManagement> <name>Compose Foundation</name> <description>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</description> <url>https://github.com/JetBrains/compose-jb</url> <inceptionYear>2020</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/JetBrains/compose-jb.git</connection> <developerConnection>scm:git:https://github.com/JetBrains/compose-jb.git</developerConnection> <url>https://github.com/JetBrains/compose-jb</url> </scm> <developers> <developer> <name>Compose Multiplatform Team</name> <organization>JetBrains</organization> <organizationUrl>https://www.jetbrains.com</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>org.jetbrains.androidx.performance</groupId> <artifactId>performance-annotation-js</artifactId> <version>1.0.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.animation</groupId> <artifactId>animation-js</artifactId> <version>1.8.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.annotation-internal</groupId> <artifactId>annotation-js</artifactId> <version>1.8.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.collection-internal</groupId> <artifactId>collection-js</artifactId> <version>1.8.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-layout-js</artifactId> <version>1.8.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime-js</artifactId> <version>1.8.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-js</artifactId> <version>1.8.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-text-js</artifactId> <version>1.8.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-util-js</artifactId> <version>1.8.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-dom-api-compat</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlinx-atomicfu-runtime</artifactId> <version>2.1.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-js</artifactId> <version>0.23.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.skiko</groupId> <artifactId>skiko-js</artifactId> <version>0.9.3</version> <scope>compile</scope> </dependency> </dependencies> </project>