MVN

org.jsonx : binding

Maven & Gradle

May 23, 2020
6 usages
9 stars

JSONx Binding · 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.

<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>binding</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsonx : binding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.jsonx : binding to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
binding-0.3.2
binding-0.3.1
0.2.x
binding-0.2.2

How to add a dependency to Maven

Add the following org.jsonx : binding maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>binding</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsonx : binding gradle dependency to your build.gradle file:

implementation 'org.jsonx:binding:0.3.2'

Gradle Kotlin DSL: Add the following org.jsonx : binding gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsonx:binding:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsonx : binding sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsonx" % "binding" % "0.3.2"

Advertisement

Dependencies from Group

May 23, 2020
6 usages
9 stars
May 13, 2019
1 usages
9 stars
May 13, 2019
1 usages
9 stars
May 23, 2020
1 usages
9 stars
May 23, 2020
1 usages
9 stars

Discover Dependencies

Jul 26, 2019
9 stars
May 23, 2020
1 stars
Mar 26, 2023
9 stars
May 15, 2019
2 stars
Jun 26, 2023
2k stars
Jun 26, 2023
1.9k stars
Jun 26, 2023
1.9k stars
May 17, 2019
525 stars