How To Install Java Artifact javax.xml.ws.jaxws-api v2.2.5

javax.xml.ws jaxws-api 2.2.5

Introduction

In this article, we'll learn how to install Java artifact jaxws-api from javax.xml.ws group in version 2.2.5. The artifact is available in 28 versions: 2.3.1 2.3.0 2.2.12 2.2.11 2.2.10 2.2.9 2.2.8 2.2.7 2.2.6 2.2.5-promoted-b04 2.2.5-promoted-b03 2.2.5-promoted-b01 2.2.5 2.2.3-promoted-b07 2.2.3-promoted-b06 2.2.3-promoted-b01 2.2.3 2.2.2-promoted-b05 2.2.2-promoted-b04 2.2.2-promoted-b03 2.2.2-promoted-b02 2.2.1 2.2-rc2 2.2 2.1EA2 2.1-1 2.1 2.0 . The JSR 224 API project has been released under CDDL+GPL License license, and has its own website at: http://jsr224.java.net/ .

How To Install Java Artifact javax.xml.ws.jaxws-api In Version 2.2.5

To install the JSR 224 API artifact in version 2.2.5 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 224 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.

Compile dependencies (4)

Licenses