io.unitedgold.api:shared (0.2.1x -SNAPSHOT)

Published 2025-09-20 04:11:57 +03:00 by sergeych

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>io.unitedgold.api</groupId>
	<artifactId>shared</artifactId>
	<version>0.2.1x   -SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.unitedgold.api:shared:0.2.1x   -SNAPSHOT

Dependencies

net.sergeych:kilogin
0.1.3
net.sergeych:kiloparsec
0.6.10-SNAPSHOT
org.jetbrains.kotlin:kotlin-stdlib
2.1.21