<?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>io.codechicken</groupId>
  <artifactId>CBMultipart</artifactId>
  <version>1.21.1-3.5.0.160</version>
  <name>CBMultipart</name>
  <description>CBMultipart</description>
  <url>https://github.com/TheCBProject/CBMultipart</url>
  <licenses>
    <license>
      <name>GNU Lesser Public License (GPL), Version 2.1</name>
      <url>https://raw.githubusercontent.com/TheCBProject/CBMultipart/master/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>covers1624</id>
      <name>covers1624</name>
    </developer>
    <developer>
      <id>mrtjp</id>
      <name>MrTJP</name>
    </developer>
    <developer>
      <id>chicken-bones</id>
      <name>chicken-bones</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:TheCBProject/CBMultipart.git</connection>
    <url>https://github.com/TheCBProject/CBMultipart</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/TheCBProject/CBMultipart/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.codechicken</groupId>
      <artifactId>CodeChickenLib</artifactId>
      <version>1.21.1-4.6.1.+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.codechicken</groupId>
      <artifactId>TraitMixinCompiler</artifactId>
      <version>[3.0.0,3.1.0)</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.codechicken</groupId>
      <artifactId>ChickenASM</artifactId>
      <version>[4.0.0,4.1.0)</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.github.llamalad7</groupId>
      <artifactId>mixinextras-neoforge</artifactId>
      <version>0.5.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
