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