is not current version
Last Version 2.0.3

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

A utility that compares 2 JSONs and returns back the best comparison results.

Categories

Categories

JSON Data
GroupId

GroupId

io.github.raghav-chandra
ArtifactId

ArtifactId

json-matcher
Version

Version

1.0.0
Type

Type

jar

Download json-matcher 1.0.0


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