License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.jetbrains.kotlinx |
ArtifactId | ArtifactIdkotlinx-coroutines-bom |
Last Version | Last Version1.6.3-native-mt |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlinx-coroutines-bom
Coroutines support libraries for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinx-coroutines-bom-1.6.3-native-mt.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-bom/ -->
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
<version>1.6.3-native-mt</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-bom/
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.3-native-mt'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-bom/
implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.3-native-mt")
'org.jetbrains.kotlinx:kotlinx-coroutines-bom:pom:1.6.3-native-mt'
<dependency org="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" rev="1.6.3-native-mt">
<artifact name="kotlinx-coroutines-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-coroutines-bom', version='1.6.3-native-mt')
)
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-coroutines-bom" % "1.6.3-native-mt"
[org.jetbrains.kotlinx/kotlinx-coroutines-bom "1.6.3-native-mt"]