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