net.sergeych:kiloparsec (0.5.4-SNAPSHOT)

Published 2025-02-03 17:15:06 +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>net.sergeych</groupId>
	<artifactId>kiloparsec</artifactId>
	<version>0.5.4-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.sergeych:kiloparsec:0.5.4-SNAPSHOT

Dependencies

io.ktor:ktor-client-core
2.3.12
net.sergeych:crypto2
0.7.2-SNAPSHOT
org.jetbrains.kotlin:kotlin-stdlib
2.1.0