How To Install Java Artifact javax.json.javax.json-api v1.0-b02

javax.json javax.json-api 1.0-b02

Introduction

In this article, we'll learn how to install Java artifact javax.json-api from javax.json group in version 1.0-b02. The artifact is available in 13 versions: 1.1.4 1.1.3 1.1.2 1.1.0-M2 1.1.0-M1 1.1 1.0-b06 1.0-b05 1.0-b04 1.0-b03 1.0-b02 1.0-b01 1.0 The JSR 353 (JSON Processing) API project has its own website at: http://json-processing-spec.java.net. The parent project is: org.glassfish::json::1.0-b02

How To Install Java Artifact javax.json.javax.json-api In Version 1.0-b02

To install the JSR 353 (JSON Processing) API artifact in version 1.0-b02 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses JSR 353 (JSON Processing) API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.