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