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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

parent
Last Version

Last Version

4
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://www.jsonurl.org
Project Organization

Project Organization

jsonurl.org

Download parent

Filename Size
parent-4.pom 9 KB
Browse

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
4
3
2
1