is not current version
Last Version 5.3.2

io.kotest:kotest-framework-discovery 2.4.1

Kotlin Test Framework

GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-framework-discovery
Version

Version

2.4.1
Type

Type

pom

Download kotest-framework-discovery 2.4.1


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