| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.fslev |
| ArtifactId | ArtifactIdjson-compare |
| Version | Version2.29 |
| 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.29.pom | |
| json-compare-2.29.jar | 20 KB |
| json-compare-2.29-sources.jar | 10 KB |
| json-compare-2.29-javadoc.jar | 463 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fslev/json-compare/ -->
<dependency>
<groupId>com.github.fslev</groupId>
<artifactId>json-compare</artifactId>
<version>2.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:2.29'
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:2.29")
'com.github.fslev:json-compare:jar:2.29'
<dependency org="com.github.fslev" name="json-compare" rev="2.29">
<artifact name="json-compare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='2.29')
)
libraryDependencies += "com.github.fslev" % "json-compare" % "2.29"
[com.github.fslev/json-compare "2.29"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.4 |
| junit : junit | jar | 4.13.2 |