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