is not current version
Last Version 3.0

com.github.fslev:json-compare 1.1.1

Java library for comparing JSONs

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fslev
ArtifactId

ArtifactId

json-compare
Version

Version

1.1.1
Type

Type

jar

Download json-compare 1.1.1


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