| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.github.fslev | 
    
| ArtifactId | ArtifactIdjsonassert-extended | 
    
| Last Version | Last Version1.5.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJSONAssert extended 
            An extended implementation of the JSONAssert library 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/ -->
<dependency>
    <groupId>com.github.fslev</groupId>
    <artifactId>jsonassert-extended</artifactId>
    <version>1.5.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/
implementation 'com.github.fslev:jsonassert-extended:1.5.1'
                // https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/
implementation ("com.github.fslev:jsonassert-extended:1.5.1")
                'com.github.fslev:jsonassert-extended:jar:1.5.1'
                <dependency org="com.github.fslev" name="jsonassert-extended" rev="1.5.1">
  <artifact name="jsonassert-extended" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.fslev', module='jsonassert-extended', version='1.5.1')
)
                libraryDependencies += "com.github.fslev" % "jsonassert-extended" % "1.5.1"
                [com.github.fslev/jsonassert-extended "1.5.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.skyscreamer : jsonassert | jar | 1.5.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |