is not current version
Last Version 0.3.2

org.jsonx:binding 0.2.2

The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

binding
Version

Version

0.2.2
Type

Type

jar

Download binding 0.2.2


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