k

kotest-assertions-shared-jvm

Kotlin Test Framework
https://github.com/kotest/kotest
Apache-2.0
Stephen Samuel
文件下载
文件名 操作
kotest-assertions-shared-jvm-5.2.3.jar 下载
kotest-assertions-shared-jvm-5.2.3.pom 下载
kotest-assertions-shared-jvm-5.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.kotest</groupId>
  <artifactId>kotest-assertions-shared-jvm</artifactId>
  <version>5.2.3</version>
</dependency>
Gradle Groovy
implementation 'io.kotest:kotest-assertions-shared-jvm:5.2.3'
Gradle Kotlin
implementation("io.kotest:kotest-assertions-shared-jvm:5.2.3")
Scala SBT
libraryDependencies += "io.kotest" % "kotest-assertions-shared-jvm" % "5.2.3"
Groovy Grape
@Grapes(
  @Grab(group='io.kotest', module='kotest-assertions-shared-jvm', version='5.2.3')
)
Apache Ivy
<dependency org="io.kotest" name="kotest-assertions-shared-jvm" rev="5.2.3" />
Leiningen
[io.kotest/kotest-assertions-shared-jvm "5.2.3"]
Apache Buildr
'io.kotest:kotest-assertions-shared-jvm:jar:5.2.3'