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