Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fslev |
ArtifactId | ArtifactIdjson-compare |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
json-compare-2.0.7.pom | |
json-compare-2.0.7.jar | 17 KB |
json-compare-2.0.7-sources.jar | 7 KB |
json-compare-2.0.7-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.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:2.0.7'
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:2.0.7")
'com.github.fslev:json-compare:jar:2.0.7'
<dependency org="com.github.fslev" name="json-compare" rev="2.0.7">
<artifact name="json-compare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='2.0.7')
)
libraryDependencies += "com.github.fslev" % "json-compare" % "2.0.7"
[com.github.fslev/json-compare "2.0.7"]