<?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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jetbrains.compose.desktop</groupId>
    <artifactId>desktop-jvm-windows-x64</artifactId>
    <version>1.7.1</version>
    <packaging>pom</packaging>
    <name>Compose Desktop</name>
    <description>Compose Desktop</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.compose.desktop</groupId>
            <artifactId>desktop</artifactId>
            <version>1.7.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.jetbrains.skiko</groupId>
            <artifactId>skiko-awt-runtime-windows-x64</artifactId>
            <version>0.8.18</version>
            <scope>runtime</scope>
        </dependency>
    </dependencies>
</project>
