de.kentoj:kencommandapi-core (1.0-SNAPSHOT)

Published 2026-04-15 21:28:50 +02:00 by kento2

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>de.kentoj</groupId>
	<artifactId>kencommandapi-core</artifactId>
	<version>1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=de.kentoj:kencommandapi-core:1.0-SNAPSHOT

Dependencies

org.jetbrains:annotations
26.0.2-1