k

kotest-runner-junit4-jvm

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