Files download
File Operation
kotlintest-assertions-arrow-3.1.6.jar download
kotlintest-assertions-arrow-3.1.6.pom download
kotlintest-assertions-arrow-3.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kotlintest</groupId>
  <artifactId>kotlintest-assertions-arrow</artifactId>
  <version>3.1.6</version>
</dependency>
Gradle Groovy
implementation 'io.kotlintest:kotlintest-assertions-arrow:3.1.6'
Gradle Kotlin
implementation("io.kotlintest:kotlintest-assertions-arrow:3.1.6")
Scala SBT
libraryDependencies += "io.kotlintest" % "kotlintest-assertions-arrow" % "3.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.kotlintest', module='kotlintest-assertions-arrow', version='3.1.6')
)
Apache Ivy
<dependency org="io.kotlintest" name="kotlintest-assertions-arrow" rev="3.1.6" />
Leiningen
[io.kotlintest/kotlintest-assertions-arrow "3.1.6"]
Apache Buildr
'io.kotlintest:kotlintest-assertions-arrow:jar:3.1.6'