MVN

io.quarkus.http : quarkus-http-websockets-jsr

Maven & Gradle

Jan 28, 2021
7 usages

Undertow WebSockets JSR356 implementations

<dependency>
    <groupId>io.quarkus.http</groupId>
    <artifactId>quarkus-http-websockets-jsr</artifactId>
    <version>3.0.18.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus.http : quarkus-http-websockets-jsr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.18.Final
  • Latest Beta: 3.0.0.Beta3
  • Latest Alpha: 4.0.0.Alpha2

All Versions

Choose a version of io.quarkus.http : quarkus-http-websockets-jsr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
quarkus-http-websockets-jsr-4.0.0.Alpha2
3.0.x
quarkus-http-websockets-jsr-3.0.18.Final
quarkus-http-websockets-jsr-3.0.17.Final
quarkus-http-websockets-jsr-3.0.16.Final
quarkus-http-websockets-jsr-3.0.15.Final
quarkus-http-websockets-jsr-3.0.14.Final
quarkus-http-websockets-jsr-3.0.13.Final
quarkus-http-websockets-jsr-3.0.12.Final
quarkus-http-websockets-jsr-3.0.11.Final
quarkus-http-websockets-jsr-3.0.10.Final
quarkus-http-websockets-jsr-3.0.9.Final
quarkus-http-websockets-jsr-3.0.8.Final
quarkus-http-websockets-jsr-3.0.7.Final
quarkus-http-websockets-jsr-3.0.6.Final
quarkus-http-websockets-jsr-3.0.5.Final
quarkus-http-websockets-jsr-3.0.4.Final
quarkus-http-websockets-jsr-3.0.3.Final
quarkus-http-websockets-jsr-3.0.2.Final
quarkus-http-websockets-jsr-3.0.1.Final
quarkus-http-websockets-jsr-3.0.0.Final
quarkus-http-websockets-jsr-3.0.0.Beta3
quarkus-http-websockets-jsr-3.0.0.Beta2
quarkus-http-websockets-jsr-3.0.0.Beta1
quarkus-http-websockets-jsr-3.0.0.Alpha7
quarkus-http-websockets-jsr-3.0.0.Alpha6
quarkus-http-websockets-jsr-3.0.0.Alpha5
quarkus-http-websockets-jsr-3.0.0.Alpha4
quarkus-http-websockets-jsr-3.0.0.Alpha3
quarkus-http-websockets-jsr-3.0.0.Alpha2
quarkus-http-websockets-jsr-3.0.0.Alpha1

How to add a dependency to Maven

Add the following io.quarkus.http : quarkus-http-websockets-jsr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkus.http</groupId>
    <artifactId>quarkus-http-websockets-jsr</artifactId>
    <version>3.0.18.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkus.http : quarkus-http-websockets-jsr gradle dependency to your build.gradle file:

implementation 'io.quarkus.http:quarkus-http-websockets-jsr:3.0.18.Final'

Gradle Kotlin DSL: Add the following io.quarkus.http : quarkus-http-websockets-jsr gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkus.http:quarkus-http-websockets-jsr:3.0.18.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkus.http : quarkus-http-websockets-jsr sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkus.http" % "quarkus-http-websockets-jsr" % "3.0.18.Final"

Advertisement