<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>space.controlnet</groupId>
    <artifactId>lightioc-api_2.13</artifactId>
    <packaging>jar</packaging>
    <description>LightIoC API</description>
    <url>https://github.com/ControlNet/LightIoC</url>
    <version>0.3.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>LightIoC API</name>
    <organization>
        <name>space.controlnet</name>
        <url>https://github.com/ControlNet/LightIoC</url>
    </organization>
    <scm>
        <url>https://github.com/ControlNet/LightIoC</url>
        <connection>scm:git:https://github.com/ControlNet/LightIoC.git</connection>
        <developerConnection>scm:git:git@github.com:ControlNet/LightIoC.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>ControlNet</id>
            <name>ControlNet</name>
            <url>https://controlnet.space/</url>
            <email>smczx@hotmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>space.controlnet</groupId>
            <artifactId>lightioc_2.13</artifactId>
            <version>0.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <version>5.7.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.aichler</groupId>
            <artifactId>jupiter-interface</artifactId>
            <version>0.9.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>