org.jetbrains.kotlin:kotlin-bom (1.8.20)

Published 2026-02-24 13:44:50 +00:00 by atheaadmin

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>org.jetbrains.kotlin</groupId>
	<artifactId>kotlin-bom</artifactId>
	<version>1.8.20</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.jetbrains.kotlin:kotlin-bom:1.8.20

About this package

Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript
Details
Maven
2026-02-24 13:44:50 +00:00
0
Kotlin Libraries bill-of-materials
The Apache Software License, Version 2.0
9.1 KiB
Assets (1)
Versions (2) View all
1.8.20 2026-02-24
1.9.20 2026-02-24