<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.noonmaru</groupId>
  <artifactId>tap</artifactId>
  <version>1.0.1</version>
  <name>build-api</name>
  <description>Noonmaru minecraft library</description>
  <url>https://github.com/noonmaru/tap</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>GPL-2.0</name>
      <url>http://www.opensource.org/licenses/gpl-2.0.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>noonmaru</id>
      <name>Noonmaru</name>
      <email>noonmaru10@gmail.com</email>
      <url>https://github.com/noonmaru</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/noonmaru/tap.git</connection>
    <developerConnection>scm:git:ssh://github.com/noonmaru/tap.git</developerConnection>
    <url>https://github.com/noonmaru/tap</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.noonmaru</groupId>
      <artifactId>collections</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.noonmaru</groupId>
      <artifactId>task</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.noonmaru</groupId>
      <artifactId>math</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.noonmaru</groupId>
      <artifactId>tools</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
