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