| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.whirlwin |
| ArtifactId | ArtifactIdjson-patch |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-patch
Java JSON patch implementation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-patch-1.0.1.pom | |
| json-patch-1.0.1.jar | 6 KB |
| json-patch-1.0.1-sources.jar | 2 KB |
| json-patch-1.0.1-javadoc.jar | 21 KB |
| json-patch-1.0.1-jar-with-dependencies.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.whirlwin/json-patch/ -->
<dependency>
<groupId>com.github.whirlwin</groupId>
<artifactId>json-patch</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.whirlwin/json-patch/
implementation 'com.github.whirlwin:json-patch:1.0.1'
// https://jarcasting.com/artifacts/com.github.whirlwin/json-patch/
implementation ("com.github.whirlwin:json-patch:1.0.1")
'com.github.whirlwin:json-patch:jar:1.0.1'
<dependency org="com.github.whirlwin" name="json-patch" rev="1.0.1">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.whirlwin', module='json-patch', version='1.0.1')
)
libraryDependencies += "com.github.whirlwin" % "json-patch" % "1.0.1"
[com.github.whirlwin/json-patch "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.4 |