k

kotest-runner-junit4-jvm

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