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