MVN

com.github.umeshsp : json-comparator

Maven & Gradle

Aug 06, 2018
252 stars

Json Compartor Utility · Currently, the json comparators available over the web lack efficiency in the handling of differences in the hierarchy, data types and complex nesting. Also, there is a dire need for systematic logging of differences. This library will solve all the problems

<dependency>
    <groupId>com.github.umeshsp</groupId>
    <artifactId>json-comparator</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.umeshsp : json-comparator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.umeshsp : json-comparator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
json-comparator-1.3

How to add a dependency to Maven

Add the following com.github.umeshsp : json-comparator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.umeshsp</groupId>
    <artifactId>json-comparator</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.umeshsp : json-comparator gradle dependency to your build.gradle file:

implementation 'com.github.umeshsp:json-comparator:1.3'

Gradle Kotlin DSL: Add the following com.github.umeshsp : json-comparator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.umeshsp:json-comparator:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.umeshsp : json-comparator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.umeshsp" % "json-comparator" % "1.3"

Advertisement