multiconnect-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.earthcomputer.multiconnect</groupId>
<artifactId>multiconnect-api</artifactId>
<version>1.5.10</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.earthcomputer.multiconnect</groupId>
<artifactId>multiconnect-api</artifactId>
<version>1.5.10</version>
<name>multiconnect-api</name>
<description>The multiconnect API</description>
<url>https://github.com/Earthcomputer/multiconnect</url>
<inceptionYear>2019</inceptionYear>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/Earthcomputer/multiconnect/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Earthcomputer</id>
<name>Joseph Burton</name>
<email>burtonjae@hotmail.co.uk</email>
<roles>
<role>Main Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Earthcomputer/multiconnect</connection>
<developerConnection>scm:git:https://github.com/Earthcomputer/multiconnect</developerConnection>
<url>https://github.com/Earthcomputer/multiconnect</url>
</scm>
<issueManagement>
<url>https://github.com/Earthcomputer/multiconnect/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>null</groupId>
<artifactId>unspecified</artifactId>
<version>null</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.Earthcomputer</groupId>
<artifactId>fabric-loader</artifactId>
<version>48076922</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-resource-loader-v0</artifactId>
<version>0.4.8+a00e834b0a</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>