is not current version
Last Version 1.15

io.dogote:json-patch 1.14.4

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

Categories

Categories

JSON Data
GroupId

GroupId

io.dogote
ArtifactId

ArtifactId

json-patch
Version

Version

1.14.4
Type

Type

jar

Download json-patch 1.14.4


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