| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаorg.webjars |
| Идентификатор | ИдентификаторJSON-Patch |
| Версия | Версия0.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| JSON-Patch-0.4.0.pom | |
| JSON-Patch-0.4.0.jar | 18 KB |
| JSON-Patch-0.4.0-javadoc.jar | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/JSON-Patch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>JSON-Patch</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/JSON-Patch/
implementation 'org.webjars:JSON-Patch:0.4.0'
// https://jarcasting.com/artifacts/org.webjars/JSON-Patch/
implementation ("org.webjars:JSON-Patch:0.4.0")
'org.webjars:JSON-Patch:jar:0.4.0'
<dependency org="org.webjars" name="JSON-Patch" rev="0.4.0">
<artifact name="JSON-Patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='JSON-Patch', version='0.4.0')
)
libraryDependencies += "org.webjars" % "JSON-Patch" % "0.4.0"
[org.webjars/JSON-Patch "0.4.0"]