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

org.jsonurl:parent 4

RFC8259 describes the JSON data model and interchange format, which is widely used in application-level protocols including RESTful APIs. It is common for applications to request resources via the HTTP POST method, with JSON entities, however, POST is suboptimal for requests which do not modify a resource's state. JSON->URL defines a text format for the JSON data model suitable for use within an URI (as described by RFC3986). This is the parent POM for the all jsonurl maven artifacts.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.jsonurl
Идентификатор

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

parent
Версия

Версия

4
Тип

Тип

pom
Описание

Описание

org.jsonurl:parent
RFC8259 describes the JSON data model and interchange format, which is widely used in application-level protocols including RESTful APIs. It is common for applications to request resources via the HTTP POST method, with JSON entities, however, POST is suboptimal for requests which do not modify a resource's state. JSON->URL defines a text format for the JSON data model suitable for use within an URI (as described by RFC3986). This is the parent POM for the all jsonurl maven artifacts.
Ссылка на сайт

Ссылка на сайт

https://www.jsonurl.org
Организация-разработчик

Организация-разработчик

jsonurl.org

Скачать parent 4

Имя Файла Размер
parent-4.pom 18 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.jsonurl/parent/ -->
<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation 'org.jsonurl:parent:4'
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation ("org.jsonurl:parent:4")
'org.jsonurl:parent:pom:4'
<dependency org="org.jsonurl" name="parent" rev="4">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='parent', version='4')
)
libraryDependencies += "org.jsonurl" % "parent" % "4"
[org.jsonurl/parent "4"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.6.2

Модули Проекта

Данный проект не имеет модулей.