is not current version
Last Version 4.2.0.RC2

io.kotest:kotest-core 4.2.0.RC1

Kotlin Test Framework

GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-core
Version

Version

4.2.0.RC1
Type

Type

pom

Download kotest-core 4.2.0.RC1


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