is not current version
Last Version 5.3.2

io.kotest:kotest-common 4.1.1

Kotlin Test Framework

GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-common
Version

Version

4.1.1
Type

Type

pom

Download kotest-common 4.1.1


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