License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdjsonx |
Version | Version0.3.2 |
Type | Typepom |
Description |
DescriptionJSONx
A collection of specifications and reference implementations that provide structural and
functional patterns intended to help developers work with JSON. The JSONx Framework is based on
the JSON Schema Definition Language, which is a schema language inspired by the [XMLSchema]
specification. This document introduces the JSONx Framework, and presents a directory of links
to its constituent parts and related resources.
|
Project Organization |
Project OrganizationJSONx |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonx-0.3.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/jsonx/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/jsonx/
implementation 'org.jsonx:jsonx:0.3.2'
// https://jarcasting.com/artifacts/org.jsonx/jsonx/
implementation ("org.jsonx:jsonx:0.3.2")
'org.jsonx:jsonx:pom:0.3.2'
<dependency org="org.jsonx" name="jsonx" rev="0.3.2">
<artifact name="jsonx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='jsonx', version='0.3.2')
)
libraryDependencies += "org.jsonx" % "jsonx" % "0.3.2"
[org.jsonx/jsonx "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |