How To Install Java Artifact org.glassfish.javax.json v1.0-b01

org.glassfish javax.json 1.0-b01

Introduction

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

How To Install Java Artifact org.glassfish.javax.json In Version 1.0-b01

To install the Java API for Processing JSON (JSON-P) artifact in version 1.0-b01 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 Java API for Processing JSON (JSON-P) 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.

Compile dependencies (1)