License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.fslev |
ArtifactId | ArtifactIdjson-compare |
Version | Version2.43 |
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.43.pom | |
json-compare-2.43.jar | 22 KB |
json-compare-2.43-sources.jar | 12 KB |
json-compare-2.43-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.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:2.43'
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:2.43")
'com.github.fslev:json-compare:jar:2.43'
<dependency org="com.github.fslev" name="json-compare" rev="2.43">
<artifact name="json-compare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='2.43')
)
libraryDependencies += "com.github.fslev" % "json-compare" % "2.43"
[com.github.fslev/json-compare "2.43"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.jayway.jsonpath : json-path | jar | 2.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |