MVN

com.github.fge : json-patch

Maven & Gradle

Nov 18, 2014
97 usages
623 stars

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

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fge : json-patch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.github.fge : json-patch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
json-patch-1.9
1.8
json-patch-1.8
1.7
json-patch-1.7
1.6
json-patch-1.6
1.5
json-patch-1.5
1.4
json-patch-1.4
1.3
json-patch-1.3
1.2
json-patch-1.2
1.1
json-patch-1.1
1.0
json-patch-1.0

How to add a dependency to Maven

Add the following com.github.fge : json-patch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fge : json-patch gradle dependency to your build.gradle file:

implementation 'com.github.fge:json-patch:1.9'

Gradle Kotlin DSL: Add the following com.github.fge : json-patch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fge:json-patch:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fge : json-patch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fge" % "json-patch" % "1.9"

Advertisement

Dependencies from Group

Oct 29, 2014
284 usages
1.6k stars
Nov 18, 2014
97 usages
623 stars
May 23, 2014
53 usages
21 stars
Oct 29, 2014
39 usages
67 stars
Apr 11, 2015
31 usages
89 stars

Discover Dependencies