k

kotest-runner-junit5-jvm

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