json-patch

JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.dogote
ArtifactId

ArtifactId

json-patch
Last Version

Last Version

1.15
Release Date

Release Date

Type

Type

jar
Description

Description

json-patch
JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java
Project URL

Project URL

https://github.com/dogote/json-patch

Download json-patch

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1
com.github.fge : jackson-coreutils jar 1.6

test (3)

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

Project Modules

There are no modules declared in this project.
io.dogote

Versions

Version
1.15
1.14.4