Files download
File Operation
kotlintest-runner-jvm-3.1.8.jar download
kotlintest-runner-jvm-3.1.8.pom download
kotlintest-runner-jvm-3.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kotlintest</groupId>
  <artifactId>kotlintest-runner-jvm</artifactId>
  <version>3.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.kotlintest:kotlintest-runner-jvm:3.1.8'
Gradle Kotlin
implementation("io.kotlintest:kotlintest-runner-jvm:3.1.8")
Scala SBT
libraryDependencies += "io.kotlintest" % "kotlintest-runner-jvm" % "3.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.kotlintest', module='kotlintest-runner-jvm', version='3.1.8')
)
Apache Ivy
<dependency org="io.kotlintest" name="kotlintest-runner-jvm" rev="3.1.8" />
Leiningen
[io.kotlintest/kotlintest-runner-jvm "3.1.8"]
Apache Buildr
'io.kotlintest:kotlintest-runner-jvm:jar:3.1.8'