is not current version
Last Version 3.4.2

io.kotlintest:kotlintest-runner-jvm 3.1.3

Kotlin Test Framework

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-runner-jvm
Version

Version

3.1.3
Type

Type

jar

Download kotlintest-runner-jvm 3.1.3


<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/ -->
<dependency>
    <groupId>io.kotlintest</groupId>
    <artifactId>kotlintest-runner-jvm</artifactId>
    <version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/
implementation 'io.kotlintest:kotlintest-runner-jvm:3.1.3'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/
implementation ("io.kotlintest:kotlintest-runner-jvm:3.1.3")
'io.kotlintest:kotlintest-runner-jvm:jar:3.1.3'
<dependency org="io.kotlintest" name="kotlintest-runner-jvm" rev="3.1.3">
  <artifact name="kotlintest-runner-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-runner-jvm', version='3.1.3')
)
libraryDependencies += "io.kotlintest" % "kotlintest-runner-jvm" % "3.1.3"
[io.kotlintest/kotlintest-runner-jvm "3.1.3"]