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