is not current version
Last Version 5.3.2

io.kotest:kotest-runner-junit4 4.0.2

Kotlin Test Framework

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-runner-junit4
Version

Version

4.0.2
Type

Type

pom

Download kotest-runner-junit4 4.0.2


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