<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>io.github.humbleui</groupId>
    <artifactId>jwm</artifactId>
    <version>0.4.21</version>
    <packaging>jar</packaging>

    <name>io.github.humbleui:jwm</name>
    <description>Cross-platform window management and OS integration library for Java</description>
    <url>https://github.com/humbleui/jwm</url>
    
    <licenses>
      <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      </license>
    </licenses>

    <developers>
        <developer>
            <name>Nikita Prokopov</name>
            <url>https://github.com/tonsky</url>
            <timezone>Europe/Berlin</timezone>
        </developer>
        <developer>
            <name>Egor Orachyov</name>
            <url>https://github.com/EgorOrachyov</url>
        </developer>
        <developer>
            <name>Alexey Titov</name>
            <url>https://github.com/Alex2772</url>
        </developer>
        <developer>
            <name>Pavel Sergeev</name>
            <url>https://github.com/SergeevPavel</url>
        </developer>
    </developers>

    <contributors>
        <contributor>
            <name>110416</name>
        </contributor>
    </contributors>

    <scm>
        <connection>scm:git:git://github.com/humbleui/jwm.git</connection>
        <developerConnection>scm:git:ssh://github.com/humbleui/jwm.git</developerConnection>
        <url>http://github.com/humbleui/jwm/tree/master</url>
    </scm>

    <properties>
        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.jetbrains</groupId>
            <artifactId>annotations</artifactId>
            <version>20.1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.github.humbleui</groupId>
            <artifactId>types</artifactId>
            <version>0.1.1</version>
        </dependency>
    </dependencies>
</project>
