is not current version
Last Version 5.3.2

io.kotest:kotest-assertions-json 4.0.0-BETA1

Kotlin Test Framework

Categories

Categories

JSON Data
GroupId

GroupId

io.kotest
ArtifactId

ArtifactId

kotest-assertions-json
Version

Version

4.0.0-BETA1
Type

Type

pom

Download kotest-assertions-json 4.0.0-BETA1


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