License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdparent |
Last Version | Last Version4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionorg.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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-4.pom | 9 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |