<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-framework-engine-jvm</artifactId>
<version>4.2.5</version>
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-framework-engine-jvm', version='4.2.5')
)
compile
|-- io.github.classgraph:classgraph:4.8.88
|-- org.junit.jupiter:junit-jupiter-api:5.6.2
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0
runtime
|-- org.jetbrains.kotlin:kotlin-reflect:1.4.0
|-- io.kotest:kotest-framework-discovery-jvm:4.2.5
|-- com.github.ajalt:clikt:2.8.0
|-- com.github.ajalt:mordant:1.2.1
|-- io.kotest:kotest-assertions-shared-jvm:4.2.5
|-- io.kotest:kotest-common-jvm:4.2.5