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