ui-tooling-preview-desktop
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jetbrains.compose.ui</groupId>
<artifactId>ui-tooling-preview-desktop</artifactId>
<version>1.10.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.ui</groupId>
<artifactId>ui-tooling-preview-desktop</artifactId>
<version>1.10.0-beta01</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.20</version>
</dependency>
</dependencies>
</dependencyManagement>
<name>Compose UI Preview Tooling</name>
<description>Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.</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.annotation</groupId>
<artifactId>annotation-jvm</artifactId>
<version>1.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime-desktop</artifactId>
<version>1.10.0-beta01</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>