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