<?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>net.daporkchop</groupId>
  <artifactId>mcworldlib</artifactId>
  <version>0.0.1-1.16.4-SNAPSHOT</version>
  <dependencies>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>binary</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>collections</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>compression-zlib</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>concurrent</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>nbt</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>minecraft-text</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>primitive</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>random</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.daporkchop.lib</groupId>
      <artifactId>reflection</artifactId>
      <version>0.5.5-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.11.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.opencubicchunks</groupId>
      <artifactId>regionlib</artifactId>
      <version>0.64.0-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
