k

kotest-framework-api

Kotlin Test Framework
https://github.com/kotest/kotest
Apache-2.0
Stephen Samuel
Files download
File Operation
kotest-framework-api-5.9.1.jar download
kotest-framework-api-5.9.1.pom download
kotest-framework-api-5.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kotest</groupId>
  <artifactId>kotest-framework-api</artifactId>
  <version>5.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.kotest:kotest-framework-api:5.9.1'
Gradle Kotlin
implementation("io.kotest:kotest-framework-api:5.9.1")
Scala SBT
libraryDependencies += "io.kotest" % "kotest-framework-api" % "5.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.kotest', module='kotest-framework-api', version='5.9.1')
)
Apache Ivy
<dependency org="io.kotest" name="kotest-framework-api" rev="5.9.1" />
Leiningen
[io.kotest/kotest-framework-api "5.9.1"]
Apache Buildr
'io.kotest:kotest-framework-api:jar:5.9.1'