How To Install Java Artifact org.glassfish.javax.json v1.1.4

org.glassfish javax.json 1.1.4

Introduction

In this article, we'll learn how to install Java artifact javax.json from org.glassfish group in version 1.1.4. 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 JSR 374 (JSON Processing) Default Provider project has its own website at: https://javaee.github.io/jsonp. The parent project is: org.glassfish::json::1.1.4

How To Install Java Artifact org.glassfish.javax.json In Version 1.1.4

To install the JSR 374 (JSON Processing) Default Provider artifact in version 1.1.4 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 374 (JSON Processing) Default Provider 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)