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