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