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