Download json-patch-1.3.jar file - Jar j

Jar examples for j:json-patch

Description

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

You can download jar file json-patch 1.3 in this page.

License

Lesser General Public License, version 3 or greater

Build File

You can use the following script to add json-patch-1.3.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>json-patch</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.github.fge', name: 'json-patch', version: '1.3'
libraryDependencies += "com.github.fge" % "json-patch" % "1.3"
<dependency org="com.github.fge" name="json-patch" rev="1.3"/>
@Grapes(@Grab(group='com.github.fge', module='json-patch', version='1.3'))
'com.github.fge:json-patch:jar:1.3'

Download

Click the following link to download the jar file.

json-patch-1.3-javadoc.jar
json-patch-1.3-sources.jar
json-patch-1.3.jar
json-patch-1.3.pom



Related Tutorials