<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-benchmark-runtime-linuxx64</artifactId>
<version>0.4.3</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-benchmark-runtime-linuxx64" % "0.4.3"
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-benchmark-runtime-linuxx64', version='0.4.3')
)
<dependency org="org.jetbrains.kotlinx" name="kotlinx-benchmark-runtime-linuxx64" rev="0.4.3" />
compile