Last Version

Kotlin Libraries bill-of-materials 1.7.0

Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.jetbrains.kotlin
ArtifactId

ArtifactId

kotlin-bom
Version

Version

1.7.0
Type

Type

pom
Description

Description

Kotlin Libraries bill-of-materials
Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript
Project URL

Project URL

https://kotlinlang.org/
Source Code Management

Source Code Management

https://github.com/JetBrains/kotlin

Download kotlin-bom 1.7.0

Filename Size
kotlin-bom-1.7.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-bom/ -->
<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-bom</artifactId>
    <version>1.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-bom/
implementation 'org.jetbrains.kotlin:kotlin-bom:1.7.0'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-bom/
implementation ("org.jetbrains.kotlin:kotlin-bom:1.7.0")
'org.jetbrains.kotlin:kotlin-bom:pom:1.7.0'
<dependency org="org.jetbrains.kotlin" name="kotlin-bom" rev="1.7.0">
  <artifact name="kotlin-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-bom', version='1.7.0')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-bom" % "1.7.0"
[org.jetbrains.kotlin/kotlin-bom "1.7.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.