is not current version
Last Version 1.9

com.github.fge:json-patch 1.2

JSON Patch implementation in Java

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-patch
Version

Version

1.2
Type

Type

jar

Download json-patch 1.2


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