License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.flipkart.zjsonpatch |
ArtifactId | ArtifactIdzjsonpatch |
Last Version | Last Version0.4.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzjsonpatch
Java Library to find / apply JSON Patches according to RFC 6902
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zjsonpatch-0.4.12.pom | |
zjsonpatch-0.4.12.jar | 33 KB |
zjsonpatch-0.4.12-sources.jar | 21 KB |
zjsonpatch-0.4.12-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.flipkart.zjsonpatch/zjsonpatch/ -->
<dependency>
<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
<version>0.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart.zjsonpatch/zjsonpatch/
implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.12'
// https://jarcasting.com/artifacts/com.flipkart.zjsonpatch/zjsonpatch/
implementation ("com.flipkart.zjsonpatch:zjsonpatch:0.4.12")
'com.flipkart.zjsonpatch:zjsonpatch:jar:0.4.12'
<dependency org="com.flipkart.zjsonpatch" name="zjsonpatch" rev="0.4.12">
<artifact name="zjsonpatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart.zjsonpatch', module='zjsonpatch', version='0.4.12')
)
libraryDependencies += "com.flipkart.zjsonpatch" % "zjsonpatch" % "0.4.12"
[com.flipkart.zjsonpatch/zjsonpatch "0.4.12"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
org.apache.commons : commons-collections4 | jar | 4.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.3.1 |