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