License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.tananaev |
ArtifactId | ArtifactIdjson-patch |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionjson-patch
A Gson-based JSON patch standard implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-patch-1.2.pom | |
json-patch-1.2.jar | 19 KB |
json-patch-1.2-sources.jar | 13 KB |
json-patch-1.2-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tananaev/json-patch/ -->
<dependency>
<groupId>com.tananaev</groupId>
<artifactId>json-patch</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tananaev/json-patch/
implementation 'com.tananaev:json-patch:1.2'
// https://jarcasting.com/artifacts/com.tananaev/json-patch/
implementation ("com.tananaev:json-patch:1.2")
'com.tananaev:json-patch:jar:1.2'
<dependency org="com.tananaev" name="json-patch" rev="1.2">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tananaev', module='json-patch', version='1.2')
)
libraryDependencies += "com.tananaev" % "json-patch" % "1.2"
[com.tananaev/json-patch "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |