Last Version

json-patch 1.9

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-patch
Version

Version

1.9
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/fge/json-patch

Download json-patch 1.9


<!-- https://jarcasting.com/artifacts/com.github.fge/json-patch/ -->
<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation 'com.github.fge:json-patch:1.9'
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation ("com.github.fge:json-patch:1.9")
'com.github.fge:json-patch:jar:1.9'
<dependency org="com.github.fge" name="json-patch" rev="1.9">
  <artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='json-patch', version='1.9')
)
libraryDependencies += "com.github.fge" % "json-patch" % "1.9"
[com.github.fge/json-patch "1.9"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.fge : jackson-coreutils jar 1.6

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.5
org.testng : testng jar 6.8.7
org.assertj : assertj-core jar 1.7.0

Project Modules

There are no modules declared in this project.