Hight

org.hight.core:spigot (1.0-SNAPSHOT)

Published 2026-04-22 21:54:46 +00:00 by murillo

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.hight.core</groupId>
	<artifactId>spigot</artifactId>
	<version>1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.hight.core:spigot:1.0-SNAPSHOT