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