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