| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.deblockt |
| ArtifactId | ArtifactIdjson-diff |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-diff
A customizable lib to perform a json-diff
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-diff-0.0.4.pom | |
| json-diff-0.0.4.jar | 21 KB |
| json-diff-0.0.4-sources.jar | 11 KB |
| json-diff-0.0.4-javadoc.jar | 497 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.deblockt/json-diff/ -->
<dependency>
<groupId>io.github.deblockt</groupId>
<artifactId>json-diff</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.deblockt/json-diff/
implementation 'io.github.deblockt:json-diff:0.0.4'
// https://jarcasting.com/artifacts/io.github.deblockt/json-diff/
implementation ("io.github.deblockt:json-diff:0.0.4")
'io.github.deblockt:json-diff:jar:0.0.4'
<dependency org="io.github.deblockt" name="json-diff" rev="0.0.4">
<artifact name="json-diff" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.deblockt', module='json-diff', version='0.0.4')
)
libraryDependencies += "io.github.deblockt" % "json-diff" % "0.0.4"
[io.github.deblockt/json-diff "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.mockito : mockito-core | jar | 3.8.0 |