json-matcher

A utility that compares 2 objects based on the ignored attribute provided and business Keys. In case of absence of Business Keys, runs best match algorithm

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.raghav-chandra
ArtifactId

ArtifactId

json-matcher
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

json-matcher
A utility that compares 2 objects based on the ignored attribute provided and business Keys. In case of absence of Business Keys, runs best match algorithm
Project URL

Project URL

http://github.com/raghav-chandra/matcher
Source Code Management

Source Code Management

http://github.com/raghav-chandra/matcher/tree/master

Download json-matcher

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/ -->
<dependency>
    <groupId>io.github.raghav-chandra</groupId>
    <artifactId>json-matcher</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/
implementation 'io.github.raghav-chandra:json-matcher:2.0.3'
// https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/
implementation ("io.github.raghav-chandra:json-matcher:2.0.3")
'io.github.raghav-chandra:json-matcher:jar:2.0.3'
<dependency org="io.github.raghav-chandra" name="json-matcher" rev="2.0.3">
  <artifact name="json-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raghav-chandra', module='json-matcher', version='2.0.3')
)
libraryDependencies += "io.github.raghav-chandra" % "json-matcher" % "2.0.3"
[io.github.raghav-chandra/json-matcher "2.0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.8.0
org.slf4j : slf4j-api jar 1.7.28
org.slf4j : slf4j-log4j12 jar 1.7.28

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.3
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0