License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.fslev |
ArtifactId | ArtifactIdjson-compare |
Version | Version2.39 |
Type | Typejar |
Description |
DescriptionJSON Compare
Java library for comparing JSONs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-compare-2.39.pom | |
json-compare-2.39.jar | 22 KB |
json-compare-2.39-sources.jar | 12 KB |
json-compare-2.39-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fslev/json-compare/ -->
<dependency>
<groupId>com.github.fslev</groupId>
<artifactId>json-compare</artifactId>
<version>2.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:2.39'
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:2.39")
'com.github.fslev:json-compare:jar:2.39'
<dependency org="com.github.fslev" name="json-compare" rev="2.39">
<artifact name="json-compare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='2.39')
)
libraryDependencies += "com.github.fslev" % "json-compare" % "2.39"
[com.github.fslev/json-compare "2.39"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
com.jayway.jsonpath : json-path | jar | 2.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |