is not current version
Last Version 3.0

com.github.fslev:json-compare 2.15

Java library for comparing JSONs

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fslev
ArtifactId

ArtifactId

json-compare
Version

Version

2.15
Type

Type

jar

Download json-compare 2.15


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