PlattformGmbH

kos.wdc:wdc (0.92-SNAPSHOT)

Published 2026-05-22 09:08:25 +02:00 by tino

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://gitea.plattform-gmbh.de/api/packages/PlattformGmbH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://gitea.plattform-gmbh.de/api/packages/PlattformGmbH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://gitea.plattform-gmbh.de/api/packages/PlattformGmbH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>kos.wdc</groupId>
	<artifactId>wdc</artifactId>
	<version>0.92-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://gitea.plattform-gmbh.de/api/packages/PlattformGmbH/maven -Dartifact=kos.wdc:wdc:0.92-SNAPSHOT