is not current version
Last Version 5.3.2

io.kotest:kotest-property 4.2.6

Kotlin Test Framework

GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-property
Version

Version

4.2.6
Type

Type

pom

Download kotest-property 4.2.6


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