Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.box |
ArtifactId | ArtifactIdjson-patch |
Version | Version1.12 |
Type | Typejar |
Filename | Size |
---|---|
json-patch-1.12.pom | |
json-patch-1.12.jar | 49 KB |
json-patch-1.12-sources.jar | 42 KB |
json-patch-1.12-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.box/json-patch/ -->
<dependency>
<groupId>com.box</groupId>
<artifactId>json-patch</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.box/json-patch/
implementation 'com.box:json-patch:1.12'
// https://jarcasting.com/artifacts/com.box/json-patch/
implementation ("com.box:json-patch:1.12")
'com.box:json-patch:jar:1.12'
<dependency org="com.box" name="json-patch" rev="1.12">
<artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.box', module='json-patch', version='1.12')
)
libraryDependencies += "com.box" % "json-patch" % "1.12"
[com.box/json-patch "1.12"]