is not current version
Last Version 3.4.2

io.kotlintest:kotlintest-runner-junit5 3.0.0-RC2

Kotlin Test Framework

Categories

Categories

Kotlin Languages JUnit Unit Testing
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-runner-junit5
Version

Version

3.0.0-RC2
Type

Type

jar

Download kotlintest-runner-junit5 3.0.0-RC2


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