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