is not current version
Last Version 3.0

com.github.fslev:json-compare 2.19

Java library for comparing JSONs

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fslev
ArtifactId

ArtifactId

json-compare
Version

Version

2.19
Type

Type

jar

Download json-compare 2.19


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