| Categories | 
                CategoriesJSON Data | 
        
|---|---|
| GroupId | GroupIdio.kotest | 
    
| ArtifactId | ArtifactIdkotest-assertions-json | 
    
| Version | Version4.0.0-BETA3 | 
        
| Type | Typepom | 
    
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/ -->
<dependency>
    <groupId>io.kotest</groupId>
    <artifactId>kotest-assertions-json</artifactId>
    <version>4.0.0-BETA3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/
implementation 'io.kotest:kotest-assertions-json:4.0.0-BETA3'
                // https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/
implementation ("io.kotest:kotest-assertions-json:4.0.0-BETA3")
                'io.kotest:kotest-assertions-json:pom:4.0.0-BETA3'
                <dependency org="io.kotest" name="kotest-assertions-json" rev="4.0.0-BETA3">
  <artifact name="kotest-assertions-json" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.kotest', module='kotest-assertions-json', version='4.0.0-BETA3')
)
                libraryDependencies += "io.kotest" % "kotest-assertions-json" % "4.0.0-BETA3"
                [io.kotest/kotest-assertions-json "4.0.0-BETA3"]