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