io.unitedgold.api:shared-wasm-js (0.0.1-SNAPSHOT)

Published 2025-09-16 05:41:05 +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-wasm-js</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.unitedgold.api:shared-wasm-js:0.0.1-SNAPSHOT

Dependencies

net.sergeych:kilogin-wasm-js
0.1.3
net.sergeych:kiloparsec-wasm-js
0.6.9-SNAPSHOT
org.jetbrains.kotlin:kotlin-stdlib-wasm-js
2.1.21