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