<dependency> <groupId>io.kotest</groupId> <artifactId>kotest-property-jvm</artifactId> <version>4.6.3</version> </dependency>
implementation 'io.kotest:kotest-property-jvm:4.6.3'
implementation("io.kotest:kotest-property-jvm:4.6.3")
libraryDependencies += "io.kotest" % "kotest-property-jvm" % "4.6.3"
@Grapes( @Grab(group='io.kotest', module='kotest-property-jvm', version='4.6.3') )
<dependency org="io.kotest" name="kotest-property-jvm" rev="4.6.3" />
[io.kotest/kotest-property-jvm "4.6.3"]
'io.kotest:kotest-property-jvm:jar:4.6.3'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0
|-- io.kotest:kotest-common-jvm:4.6.3
|-- io.kotest:kotest-assertions-shared-jvm:4.6.3
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