is not current version
Last Version 0.3.2

org.jsonx:jsonx 0.3.1

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.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

jsonx
Version

Version

0.3.1
Type

Type

pom

Download jsonx 0.3.1

Filename Size
jsonx-0.3.1.pom 3 KB
Browse

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