k

kotest-runner-junit5-jvm

Kotlin Test Framework
https://github.com/kotest/kotest
Apache-2.0
Stephen Samuel
文件下载
文件名 操作
kotest-runner-junit5-jvm-5.8.0.jar 下载
kotest-runner-junit5-jvm-5.8.0.pom 下载
kotest-runner-junit5-jvm-5.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.kotest</groupId>
  <artifactId>kotest-runner-junit5-jvm</artifactId>
  <version>5.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.kotest:kotest-runner-junit5-jvm:5.8.0'
Gradle Kotlin
implementation("io.kotest:kotest-runner-junit5-jvm:5.8.0")
Scala SBT
libraryDependencies += "io.kotest" % "kotest-runner-junit5-jvm" % "5.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.kotest', module='kotest-runner-junit5-jvm', version='5.8.0')
)
Apache Ivy
<dependency org="io.kotest" name="kotest-runner-junit5-jvm" rev="5.8.0" />
Leiningen
[io.kotest/kotest-runner-junit5-jvm "5.8.0"]
Apache Buildr
'io.kotest:kotest-runner-junit5-jvm:jar:5.8.0'