rnentjes
  • Joined on 2024-04-21

nl.astraeus:kotlin-komponent (1.2.10)

Published 2025-11-16 12:41:35 +00:00 by rnentjes in rnentjes/kotlin-komponent

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>nl.astraeus</groupId>
	<artifactId>kotlin-komponent</artifactId>
	<version>1.2.10</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=nl.astraeus:kotlin-komponent:1.2.10

About this package

Kotlin komponent

Dependencies

org.jetbrains.kotlinx:kotlinx-html
0.12.0
org.jetbrains.kotlin:kotlin-stdlib
2.1.21