<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>app.arkwright.kit</groupId>
  <artifactId>kit</artifactId>
  <version>0.1.0-beta.1</version>
  <dependencies>
    <dependency>
      <groupId>net.neoforged</groupId>
      <artifactId>moddev-gradle</artifactId>
      <version>2.0.141</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loom</artifactId>
      <version>1.16.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.modmuss50.mod-publish-plugin</groupId>
      <artifactId>me.modmuss50.mod-publish-plugin.gradle.plugin</artifactId>
      <version>2.0.0-beta.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-gradle-plugin</artifactId>
      <version>2.3.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.serialization</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.serialization.gradle.plugin</artifactId>
      <version>2.3.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.yumi.gradle.licenser</groupId>
      <artifactId>dev.yumi.gradle.licenser.gradle.plugin</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
