| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.github.fslev | 
    
| ArtifactId | ArtifactIdjson-compare | 
    
| Last Version | Last Version3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJSON Compare 
            Java library for comparing JSONs 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-compare-3.0.pom | |
| json-compare-3.0.jar | 19 KB | 
| json-compare-3.0-sources.jar | 10 KB | 
| json-compare-3.0-javadoc.jar | 466 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.fslev/json-compare/ -->
<dependency>
    <groupId>com.github.fslev</groupId>
    <artifactId>json-compare</artifactId>
    <version>3.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:3.0'
                // https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:3.0")
                'com.github.fslev:json-compare:jar:3.0'
                <dependency org="com.github.fslev" name="json-compare" rev="3.0">
  <artifact name="json-compare" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='3.0')
)
                libraryDependencies += "com.github.fslev" % "json-compare" % "3.0"
                [com.github.fslev/json-compare "3.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 | 
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.3 | 
| com.jayway.jsonpath : json-path | jar | 2.7.0 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |