License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.fge |
ArtifactId | ArtifactIdjson-patch |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-patch
JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-patch-1.9.pom | |
json-patch-1.9.jar | 19 KB |
json-patch-1.9-sources.jar | 19 KB |
json-patch-1.9-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fge/json-patch/ -->
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-patch</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation 'com.github.fge:json-patch:1.9'
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation ("com.github.fge:json-patch:1.9")
'com.github.fge:json-patch:jar:1.9'
<dependency org="com.github.fge" name="json-patch" rev="1.9">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='json-patch', version='1.9')
)
libraryDependencies += "com.github.fge" % "json-patch" % "1.9"
[com.github.fge/json-patch "1.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fge : jackson-coreutils | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |
org.testng : testng | jar | 6.8.7 |
org.assertj : assertj-core | jar | 1.7.0 |