components-resources
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.compose.components</groupId> <artifactId>components-resources</artifactId> <version>1.7.1</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.components</groupId> <artifactId>components-resources</artifactId> <version>1.7.1</version> <name>Resources for Compose JB</name> <description>Resources for Compose JB</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.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>