не последняя версия
Последняя версия 1.9

com.github.fge:json-patch 1.1

JSON Patch implementation in Java

Категории

Категории

JSON Данные
Группа

Группа

com.github.fge
Идентификатор

Идентификатор

json-patch
Версия

Версия

1.1
Тип

Тип

jar

Скачать json-patch 1.1


<!-- https://jarcasting.com/artifacts/com.github.fge/json-patch/ -->
<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation 'com.github.fge:json-patch:1.1'
// https://jarcasting.com/artifacts/com.github.fge/json-patch/
implementation ("com.github.fge:json-patch:1.1")
'com.github.fge:json-patch:jar:1.1'
<dependency org="com.github.fge" name="json-patch" rev="1.1">
  <artifact name="json-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='json-patch', version='1.1')
)
libraryDependencies += "com.github.fge" % "json-patch" % "1.1"
[com.github.fge/json-patch "1.1"]