<?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>top.hendrixshen.magiclib</groupId>
  <artifactId>magiclib-minecraft-api-1.19.4-fabric</artifactId>
  <version>0.6.53-beta</version>
  <name>magiclib-minecraft-api</name>
  <description>Unleash magic into Minecraft, infuse souls, ascend to heaven!</description>
  <url>https://github.com/Hendrix-Shen/MagicLib</url>
  <licenses>
    <license>
      <name>LGPL-3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Hendrix-Shen</id>
      <name>Hendrix-Shen</name>
      <email>HendrixShen@hendrixshen.top</email>
    </developer>
    <developer>
      <id>plusls</id>
      <name>plusls</name>
      <email>plusls@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Hendrix-Shen/MagicLib.git</connection>
    <developerConnection>scm:git:ssh://github.com/Hendrix-Shen/MagicLib.git</developerConnection>
    <url>https://github.com/Hendrix-Shen/MagicLib</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>top.hendrixshen.magiclib</groupId>
      <artifactId>magiclib-core-fabric</artifactId>
      <version>0.8.106-beta</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.15.11</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
