License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.java-json-tools |
ArtifactId | ArtifactIdjson-patch |
Last Version | Last Version1.13 |
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.13.pom | |
json-patch-1.13.jar | 42 KB |
json-patch-1.13-sources.jar | 38 KB |
json-patch-1.13-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.java-json-tools/json-patch/ -->
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-patch/
implementation 'com.github.java-json-tools:json-patch:1.13'
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-patch/
implementation ("com.github.java-json-tools:json-patch:1.13")
'com.github.java-json-tools:json-patch:jar:1.13'
<dependency org="com.github.java-json-tools" name="json-patch" rev="1.13">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.java-json-tools', module='json-patch', version='1.13')
)
libraryDependencies += "com.github.java-json-tools" % "json-patch" % "1.13"
[com.github.java-json-tools/json-patch "1.13"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
com.github.java-json-tools : msg-simple | jar | 1.2 |
com.github.java-json-tools : jackson-coreutils | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
org.mockito : mockito-core | jar | 2.28.2 |
org.assertj : assertj-core | jar | 2.9.1 |
com.google.guava : guava | jar | 28.2-android |