License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.dogote |
ArtifactId | ArtifactIdjson-patch |
Last Version | Last Version1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-patch
JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-patch-1.15.pom | |
json-patch-1.15.jar | 61 KB |
json-patch-1.15-sources.jar | 50 KB |
json-patch-1.15-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dogote/json-patch/ -->
<dependency>
<groupId>io.dogote</groupId>
<artifactId>json-patch</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.dogote/json-patch/
implementation 'io.dogote:json-patch:1.15'
// https://jarcasting.com/artifacts/io.dogote/json-patch/
implementation ("io.dogote:json-patch:1.15")
'io.dogote:json-patch:jar:1.15'
<dependency org="io.dogote" name="json-patch" rev="1.15">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dogote', module='json-patch', version='1.15')
)
libraryDependencies += "io.dogote" % "json-patch" % "1.15"
[io.dogote/json-patch "1.15"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
com.github.fge : jackson-coreutils | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 1.7.0 |
org.testng : testng | jar | 6.8.7 |
org.mockito : mockito-core | jar | 1.9.5 |