<dependency> <groupId>io.kotest</groupId> <artifactId>kotest-property-jvm</artifactId> <version>4.6.4</version> </dependency>
implementation 'io.kotest:kotest-property-jvm:4.6.4'
implementation("io.kotest:kotest-property-jvm:4.6.4")
libraryDependencies += "io.kotest" % "kotest-property-jvm" % "4.6.4"
@Grapes( @Grab(group='io.kotest', module='kotest-property-jvm', version='4.6.4') )
<dependency org="io.kotest" name="kotest-property-jvm" rev="4.6.4" />
[io.kotest/kotest-property-jvm "4.6.4"]
'io.kotest:kotest-property-jvm:jar:4.6.4'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0
|-- io.kotest:kotest-common-jvm:4.6.4
|-- io.kotest:kotest-assertions-shared-jvm:4.6.4
runtime
|-- io.github.java-diff-utils:java-diff-utils:4.9
|-- com.github.mifmif:generex:1.0.2
|-- org.jetbrains.kotlin:kotlin-reflect:1.5.0
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0