signgui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.rapha149.signgui</groupId> <artifactId>signgui</artifactId> <version>2.3.3</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>io.github.rapha149.signgui</groupId> <artifactId>signgui</artifactId> <version>2.3.3</version> <packaging>pom</packaging> <name>${project.groupId}:signgui</name> <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>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/SignGUI.git</connection> <developerConnection>scm:git:ssh://github.com:Rapha149/SignGUI.git</developerConnection> <url>http://github.com/Rapha149/SignGUI/tree/main</url> </scm> <distributionManagement> <relocation> <groupId>de.rapha149.signgui</groupId> </relocation> </distributionManagement> </project>