is not current version
Last Version 2.0.3

io.github.raghav-chandra:json-matcher 2.0.2

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

Categories

Categories

JSON Data
GroupId

GroupId

io.github.raghav-chandra
ArtifactId

ArtifactId

json-matcher
Version

Version

2.0.2
Type

Type

jar

Download json-matcher 2.0.2


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