is not current version
Last Version 3.4.2

io.kotlintest:kotlintest-runner-console 3.4.0

Kotlin Test Framework

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-runner-console
Version

Version

3.4.0
Type

Type

jar

Download kotlintest-runner-console 3.4.0


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