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 Updated
  • quarkus-http-websockets-jsr-4.0.0.Alpha2

    Jan 28, 2021
  • quarkus-http-websockets-jsr-3.0.18.Final

    Jan 11, 2021
  • quarkus-http-websockets-jsr-3.0.17.Final

    Jan 05, 2021
  • quarkus-http-websockets-jsr-3.0.16.Final

    Nov 09, 2020
  • quarkus-http-websockets-jsr-3.0.15.Final

    Sep 16, 2020
  • quarkus-http-websockets-jsr-3.0.14.Final

    Aug 07, 2020
  • quarkus-http-websockets-jsr-3.0.13.Final

    Jul 29, 2020
  • quarkus-http-websockets-jsr-3.0.12.Final

    Jul 17, 2020
  • quarkus-http-websockets-jsr-3.0.11.Final

    Jun 24, 2020
  • quarkus-http-websockets-jsr-3.0.10.Final

    Jun 03, 2020
  • quarkus-http-websockets-jsr-3.0.9.Final

    May 26, 2020
  • quarkus-http-websockets-jsr-3.0.8.Final

    May 19, 2020
  • quarkus-http-websockets-jsr-3.0.7.Final

    May 04, 2020
  • quarkus-http-websockets-jsr-3.0.6.Final

    Apr 21, 2020
  • quarkus-http-websockets-jsr-3.0.5.Final

    Apr 16, 2020
  • quarkus-http-websockets-jsr-3.0.4.Final

    Mar 13, 2020
  • quarkus-http-websockets-jsr-3.0.3.Final

    Mar 04, 2020
  • quarkus-http-websockets-jsr-3.0.2.Final

    Jan 30, 2020
  • quarkus-http-websockets-jsr-3.0.1.Final

    Dec 06, 2019
  • quarkus-http-websockets-jsr-3.0.0.Final

    Nov 15, 2019
  • quarkus-http-websockets-jsr-3.0.0.Beta3

    Oct 29, 2019
  • quarkus-http-websockets-jsr-3.0.0.Beta2

    Oct 14, 2019
  • quarkus-http-websockets-jsr-3.0.0.Beta1

    Oct 09, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha7

    Oct 02, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha6

    Sep 03, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha5

    Aug 28, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha4

    Aug 27, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha3

    Aug 26, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha2

    Aug 16, 2019
  • quarkus-http-websockets-jsr-3.0.0.Alpha1

    Aug 13, 2019

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"