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