文件下载
文件名 操作
kotlintest-runner-jvm-3.2.0-RC2.jar 下载
kotlintest-runner-jvm-3.2.0-RC2.pom 下载
kotlintest-runner-jvm-3.2.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.kotlintest</groupId>
  <artifactId>kotlintest-runner-jvm</artifactId>
  <version>3.2.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'io.kotlintest:kotlintest-runner-jvm:3.2.0-RC2'
Gradle Kotlin
implementation("io.kotlintest:kotlintest-runner-jvm:3.2.0-RC2")
Scala SBT
libraryDependencies += "io.kotlintest" % "kotlintest-runner-jvm" % "3.2.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='io.kotlintest', module='kotlintest-runner-jvm', version='3.2.0-RC2')
)
Apache Ivy
<dependency org="io.kotlintest" name="kotlintest-runner-jvm" rev="3.2.0-RC2" />
Leiningen
[io.kotlintest/kotlintest-runner-jvm "3.2.0-RC2"]
Apache Buildr
'io.kotlintest:kotlintest-runner-jvm:jar:3.2.0-RC2'