k

kotest-framework-engine-watchosx64

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