<dependency> <groupId>io.kotest</groupId> <artifactId>kotest-property-jvm</artifactId> <version>6.0.0.M1</version> </dependency>
implementation 'io.kotest:kotest-property-jvm:6.0.0.M1'
implementation("io.kotest:kotest-property-jvm:6.0.0.M1")
libraryDependencies += "io.kotest" % "kotest-property-jvm" % "6.0.0.M1"
@Grapes( @Grab(group='io.kotest', module='kotest-property-jvm', version='6.0.0.M1') )
<dependency org="io.kotest" name="kotest-property-jvm" rev="6.0.0.M1" />
[io.kotest/kotest-property-jvm "6.0.0.M1"]
'io.kotest:kotest-property-jvm:jar:6.0.0.M1'
compile
|-- com.github.curious-odd-man:rgxgen:1.4
|-- io.kotest:kotest-common-jvm:6.0.0.M1
|-- io.kotest:kotest-assertions-shared-jvm:6.0.0.M1
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20
runtime
|-- io.github.java-diff-utils:java-diff-utils:4.12
|-- org.jetbrains.kotlin:kotlin-reflect:2.0.20
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0