How To Install Java Artifact jakarta.websocket.jakarta.websocket-api v1.1.2

jakarta.websocket jakarta.websocket-api 1.1.2

Introduction

In this article, we'll learn how to install Java artifact jakarta.websocket-api from jakarta.websocket group in version 1.1.2. The artifact is available in 8 versions: 2.2.0-M1 2.1.1 2.1.0 2.0.0-RC1 2.0.0-M1 2.0.0 1.1.2 1.1.1 The Jakarta WebSocket - Server API project has its own website at: https://projects.eclipse.org/projects/ee4j.websocket. The parent project is: jakarta.websocket::jakarta.websocket-all::1.1.2

How To Install Java Artifact jakarta.websocket.jakarta.websocket-api In Version 1.1.2

To install the Jakarta WebSocket - Server API artifact in version 1.1.2 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 Jakarta WebSocket - Server 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 (1)