is not current version
Last Version 5.3.2

io.kotest:kotest-assertions-shared 4.2.6

Kotlin Test Framework

GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-assertions-shared
Version

Version

4.2.6
Type

Type

pom

Download kotest-assertions-shared 4.2.6


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