<dependency>
<groupId>org.danbrough.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.6.3-native-mt</version>
</dependency>
libraryDependencies += "org.danbrough.kotlinx" % "kotlinx-coroutines-core-jvm" % "1.6.3-native-mt"
@Grapes(
@Grab(group='org.danbrough.kotlinx', module='kotlinx-coroutines-core-jvm', version='1.6.3-native-mt')
)
<dependency org="org.danbrough.kotlinx" name="kotlinx-coroutines-core-jvm" rev="1.6.3-native-mt" />