<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.the-fireplace</groupId>
  <artifactId>Annotated-DI-Fabric-Processor</artifactId>
  <version>4.0.0+1.18.2</version>
  <name>Annotated DI</name>
  <description>A wrapper around Guice with a few extra utilities for use with Minecraft mods.</description>
  <url>https://modrinth.com/mod/annotated-di</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>the_fireplace</id>
      <name>The_Fireplace</name>
      <email>git@the-fireplace.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI.git</connection>
    <developerConnection>scm:svn:https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI.git</developerConnection>
    <url>https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.14.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.2.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <artifactId>auto-service-annotations</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
