| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-4.pom | 9 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |