<?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>dev.isxander</groupId>
  <artifactId>controlify</artifactId>
  <version>3.0.2+26.2-neoforge</version>
  <name>Controlify</name>
  <description>The most advanced controller mod for Minecraft.</description>
  <url>https://www.isxander.dev/projects/controlify</url>
  <licenses>
    <license>
      <name>LGPL-3.0-or-later</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>isXander</id>
      <name>Xander</name>
      <email>business@isxander.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git//github.com/isXander/Controlify.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/isXander/Controlify.git</developerConnection>
    <url>https://github.com/isXander/Controlify</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.quiltmc.parsers</groupId>
      <artifactId>json</artifactId>
      <version>0.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.isxander</groupId>
      <artifactId>yet-another-config-lib</artifactId>
      <version>3.9.4+26.2-neoforge</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>thedarkcolour</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>dev.isxander</groupId>
      <artifactId>libsdl4j</artifactId>
      <version>3.2.18.release-3.2.18-79</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.isxander</groupId>
      <artifactId>steamdeck4j</artifactId>
      <version>1.1.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hid4java</groupId>
      <artifactId>hid4java</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.caffeinemc</groupId>
      <artifactId>sodium-neoforge</artifactId>
      <version>0.9.0+mc26.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.caffeinemc</groupId>
      <artifactId>sodium-neoforge-mod</artifactId>
      <version>0.9.0+mc26.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>maven.modrinth</groupId>
      <artifactId>simple-voice-chat</artifactId>
      <version>neoforge-2.6.18+26.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
