<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>br.com.gamemods</groupId>
  <artifactId>region-manipulator</artifactId>
  <version>2.0.0</version>
  <name>region-manipulator</name>
  <description>A kotlin/java lib that allows you to read and write MCA files in a clean way</description>
  <url>https://github.com/GameModsBR/Region-Manipulator</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://raw.githubusercontent.com/GameModsBR/Region-Manipulator/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>joserobjr</id>
      <name>José Roberto de Araújo Júnior</name>
      <email>joserobjr@gamemods.com.br</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/GameModsBR/Region-Manipulator.git</connection>
    <developerConnection>https://github.com/GameModsBR/Region-Manipulator.git</developerConnection>
    <url>https://github.com/GameModsBR/Region-Manipulator</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>br.com.gamemods</groupId>
      <artifactId>nbt-manipulator</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
