material3-adaptive-navigation-suite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.compose.material3</groupId> <artifactId>material3-adaptive-navigation-suite</artifactId> <version>1.8.0-rc01</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.material3</groupId> <artifactId>material3-adaptive-navigation-suite</artifactId> <version>1.8.0-rc01</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.10</version> </dependency> </dependencies> </dependencyManagement> <name>Material Adaptive Navigation Suite</name> <description>Compose Material Design Adaptive Navigation Suite Library</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>androidx.compose.material3</groupId> <artifactId>material3-adaptive-navigation-suite</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.androidx.window</groupId> <artifactId>window-core</artifactId> <version>1.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.annotation-internal</groupId> <artifactId>annotation</artifactId> <version>1.8.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material3</groupId> <artifactId>material3</artifactId> <version>1.8.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material3.adaptive</groupId> <artifactId>adaptive</artifactId> <version>1.1.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.8.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>