License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdJSON-Patch |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON-Patch
WebJar for JSON-Patch
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JSON-Patch-0.4.1.pom | |
JSON-Patch-0.4.1.jar | 18 KB |
JSON-Patch-0.4.1-javadoc.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/JSON-Patch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>JSON-Patch</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/JSON-Patch/
implementation 'org.webjars:JSON-Patch:0.4.1'
// https://jarcasting.com/artifacts/org.webjars/JSON-Patch/
implementation ("org.webjars:JSON-Patch:0.4.1")
'org.webjars:JSON-Patch:jar:0.4.1'
<dependency org="org.webjars" name="JSON-Patch" rev="0.4.1">
<artifact name="JSON-Patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='JSON-Patch', version='0.4.1')
)
libraryDependencies += "org.webjars" % "JSON-Patch" % "0.4.1"
[org.webjars/JSON-Patch "0.4.1"]