File | Operation |
---|---|
kotlinx-coroutines-bom-1.6.3.pom | download |
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
<version>1.6.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-coroutines-bom', version='1.6.3')
)