is not current version
Last Version 1.16

com.box:json-patch 1.11

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

Categories

Categories

JSON Data
GroupId

GroupId

com.box
ArtifactId

ArtifactId

json-patch
Version

Version

1.11
Type

Type

jar

Download json-patch 1.11


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