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