signgui
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.rapha149.signgui</groupId> <artifactId>signgui</artifactId> <version>2.5.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.signgui</groupId> <artifactId>signgui</artifactId> <name>de.rapha149.signgui:signgui</name> <version>2.5.0</version> <description>An api to get input text via a sign in Minecraft.</description> <url>https://github.com/Rapha149/SignGUI</url> <developers> <developer> <name>Rapha149</name> <email>rapha@rapha149.de</email> <url>https://github.com/Rapha149</url> </developer> </developers> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/Rapha149/SignGUI.git</connection> <developerConnection>scm:git:ssh://github.com:Rapha149/SignGUI.git</developerConnection> <url>http://github.com/Rapha149/SignGUI/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.8-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> </project>