Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fslev |
ArtifactId | ArtifactIdjson-compare |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
json-compare-2.0.0.pom | |
json-compare-2.0.0.jar | 15 KB |
json-compare-2.0.0-sources.jar | 7 KB |
json-compare-2.0.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fslev/json-compare/ -->
<dependency>
<groupId>com.github.fslev</groupId>
<artifactId>json-compare</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation 'com.github.fslev:json-compare:2.0.0'
// https://jarcasting.com/artifacts/com.github.fslev/json-compare/
implementation ("com.github.fslev:json-compare:2.0.0")
'com.github.fslev:json-compare:jar:2.0.0'
<dependency org="com.github.fslev" name="json-compare" rev="2.0.0">
<artifact name="json-compare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='json-compare', version='2.0.0')
)
libraryDependencies += "com.github.fslev" % "json-compare" % "2.0.0"
[com.github.fslev/json-compare "2.0.0"]