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