<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-framework-engine-jvm</artifactId>
<version>2.4.1</version>
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-framework-engine-jvm', version='2.4.1')
)
compile
|-- 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.github.classgraph:classgraph:4.8.88
|-- io.kotest:kotest-framework-discovery-jvm:2.4.1
|-- com.github.ajalt:clikt:2.8.0
|-- com.github.ajalt:mordant:1.2.1
|-- io.kotest:kotest-assertions-shared-jvm:2.4.1
|-- io.kotest:kotest-common-jvm:2.4.1