| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.raghav-chandra |
| ArtifactId | ArtifactIdjson-matcher |
| Last Version | Last Version2.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-matcher-2.0.3.pom | |
| json-matcher-2.0.3.jar | 16 KB |
| json-matcher-2.0.3-sources.jar | 9 KB |
| json-matcher-2.0.3-javadoc.jar | 428 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |