is not current version
Last Version 1.9

com.github.fge:json-patch 1.0

JSON Patch implementation in Java

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-patch
Version

Version

1.0
Type

Type

jar

Download json-patch 1.0


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