is not current version
Last Version 3.0

com.github.fslev:json-compare 1.0.0

Java library for comparing JSONs

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fslev
ArtifactId

ArtifactId

json-compare
Version

Version

1.0.0
Type

Type

jar

Download json-compare 1.0.0


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