rnentjes
  • Joined on 2024-04-21

nl.astraeus-kotlin-simple-logging-jvm (1.1.1)

Published 2024-10-27 10:32:09 +00:00 by rnentjes in rnentjes/kotlin-simple-logging

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-simple-logging-jvm</artifactId>
	<version>1.1.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=nl.astraeus:kotlin-simple-logging-jvm:1.1.1

About this package

Kotlin simple logging

Dependencies

org.jetbrains.kotlin:kotlin-stdlib
2.0.21