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