<dependency> <groupId>io.kotest</groupId> <artifactId>kotest-fp-jvm</artifactId> <version>4.0.0-BETA2</version> </dependency>
implementation 'io.kotest:kotest-fp-jvm:4.0.0-BETA2'
implementation("io.kotest:kotest-fp-jvm:4.0.0-BETA2")
libraryDependencies += "io.kotest" % "kotest-fp-jvm" % "4.0.0-BETA2"
@Grapes( @Grab(group='io.kotest', module='kotest-fp-jvm', version='4.0.0-BETA2') )
<dependency org="io.kotest" name="kotest-fp-jvm" rev="4.0.0-BETA2" />
[io.kotest/kotest-fp-jvm "4.0.0-BETA2"]
'io.kotest:kotest-fp-jvm:jar:4.0.0-BETA2'
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70