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