<?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>com.personthecat</groupId>
  <artifactId>catlib-fabric</artifactId>
  <version>2.7</version>
  <name>CatLib (Fabric)</name>
  <description>Utilities for serialization, commands, noise generation, IO, and some new data types.</description>
  <url>https://github.com/PersonTheCat/Catlib</url>
  <licenses>
    <license>
      <name>GPLv3</name>
      <url>https://github.com/PersonTheCat/CatLib/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>PersonTheCat</id>
      <name>Dalton Richardson</name>
      <email>professionallyperson@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>'scm:git:git://github.com/PersonTheCat/CatLib.git'</connection>
    <developerConnection>'scm:git:ssh://github.com:PersonTheCat/CatLib.git'</developerConnection>
    <url>'http://github.com/PersonTheCat/CatLib/tree/main'</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.fabricmc.fabric-api</groupId>
      <artifactId>fabric-api</artifactId>
      <version>0.48.0+1.18.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>curse.maven</groupId>
      <artifactId>ClothConfig-319057</artifactId>
      <version>3641132</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.personthecat</groupId>
      <artifactId>fastnoise</artifactId>
      <version>0.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.personthecat</groupId>
      <artifactId>fresult</artifactId>
      <version>3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.exjson</groupId>
      <artifactId>xjs-core</artifactId>
      <version>0.36</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.exjson</groupId>
      <artifactId>xjs-compat</artifactId>
      <version>0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.exjson</groupId>
      <artifactId>xjs-jel</artifactId>
      <version>0.16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.13.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
