| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdio.kotest | 
    
| ArtifactId | ArtifactIdkotest-assertions-json | 
    
| Last Version | Last Version5.3.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionKotest 
            Kotlin Test Framework 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/ -->
<dependency>
    <groupId>io.kotest</groupId>
    <artifactId>kotest-assertions-json</artifactId>
    <version>5.3.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/
implementation 'io.kotest:kotest-assertions-json:5.3.2'
                // https://jarcasting.com/artifacts/io.kotest/kotest-assertions-json/
implementation ("io.kotest:kotest-assertions-json:5.3.2")
                'io.kotest:kotest-assertions-json:pom:5.3.2'
                <dependency org="io.kotest" name="kotest-assertions-json" rev="5.3.2">
  <artifact name="kotest-assertions-json" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.kotest', module='kotest-assertions-json', version='5.3.2')
)
                libraryDependencies += "io.kotest" % "kotest-assertions-json" % "5.3.2"
                [io.kotest/kotest-assertions-json "5.3.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |