<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- 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>at.hugob.plugin.library</groupId>
  <artifactId>command</artifactId>
  <version>1.1.0</version>
  <name>CommandLib</name>
  <description>A simple Command library for PaperMC</description>
  <url>https://github.com/Hugo5000/PaperMC-CommandLib</url>
  <licenses>
    <license>
      <name>GNU General Public License version 3</name>
      <url>https://opensource.org/license/gpl-3-0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Hugo</name>
      <email>noreply@hugob.at</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Hugo5000/PaperMC-CommandLib.git</connection>
    <developerConnection>scm:git:ssh://github.com/Hugo5000/PaperMC-CommandLib.git</developerConnection>
    <url>http://github.com/Hugo5000/PaperMC-CommandLib/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.incendo</groupId>
      <artifactId>cloud-paper</artifactId>
      <version>2.0.0-beta.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.incendo</groupId>
      <artifactId>cloud-minecraft-extras</artifactId>
      <version>2.0.0-beta.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.incendo</groupId>
      <artifactId>cloud-processors-confirmation</artifactId>
      <version>1.0.0-rc.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes.caffeine</groupId>
      <artifactId>caffeine</artifactId>
      <version>3.2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
