interstellar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.readonlydev</groupId>
<artifactId>interstellar</artifactId>
<version>0.1.1</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>com.readonlydev</groupId>
<artifactId>interstellar</artifactId>
<version>0.1.1</version>
<description>Interstellar Mod Library and API</description>
<name>Interstellar</name>
<url>https://github.com/ReadOnlyDevelopment/Interstellar</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/ReadOnlyDevelopment/Interstellar/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/ReadOnlyDevelopment/Interstellar/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/ReadOnlyDevelopment/Interstellar</url>
<connection>scm:git:git://github.com/ReadOnlyDevelopment/Interstellar.git</connection>
<developerConnection>scm:git:git@github.com:ReadOnlyDevelopment/Interstellar.git</developerConnection>
</scm>
<developers>
<developer>
<name>ROMVoid95</name>
<id>romvoid95</id>
<email>romvoid95@readonlydev.com</email>
</developer>
</developers>
</project>