displayutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.rapha149.displayutils</groupId>
<artifactId>displayutils</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rapha149.displayutils</groupId>
<artifactId>displayutils</artifactId>
<name>de.rapha149.displayutils:displayutils</name>
<version>1.2.0</version>
<description>An api to display various things in Minecraft that normally would need packet handling.</description>
<url>https://github.com/Rapha149/DisplayUtils</url>
<developers>
<developer>
<name>Rapha149</name>
<email>rapha@rapha149.de</email>
<url>https://github.com/Rapha149</url>
</developer>
</developers>
<licenses>
<license>
<name>GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/Rapha149/DisplayUtils.git</connection>
<developerConnection>scm:git:ssh://github.com:Rapha149/DisplayUtils.git</developerConnection>
<url>http://github.com/Rapha149/DisplayUtils/tree/main</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.1.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>nms-repo</id>
<url>https://repo.codemc.org/repository/nms/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>