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