k

kotest-assertions-shared-jvm

Kotlin Test Framework
http://www.github.com/kotest/kotest
Apache-2.0
Stephen Samuel
Files download
File Operation
kotest-assertions-shared-jvm-4.6.3.jar download
kotest-assertions-shared-jvm-4.6.3.pom download
kotest-assertions-shared-jvm-4.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kotest</groupId>
  <artifactId>kotest-assertions-shared-jvm</artifactId>
  <version>4.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.kotest:kotest-assertions-shared-jvm:4.6.3'
Gradle Kotlin
implementation("io.kotest:kotest-assertions-shared-jvm:4.6.3")
Scala SBT
libraryDependencies += "io.kotest" % "kotest-assertions-shared-jvm" % "4.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.kotest', module='kotest-assertions-shared-jvm', version='4.6.3')
)
Apache Ivy
<dependency org="io.kotest" name="kotest-assertions-shared-jvm" rev="4.6.3" />
Leiningen
[io.kotest/kotest-assertions-shared-jvm "4.6.3"]
Apache Buildr
'io.kotest:kotest-assertions-shared-jvm:jar:4.6.3'