q

quarkus-undertow-websockets

Legacy artifact, use quarkus-websockets instead
Files download
File Operation
quarkus-undertow-websockets-2.2.0.CR1.jar download
quarkus-undertow-websockets-2.2.0.CR1.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-undertow-websockets</artifactId>
  <version>2.2.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-undertow-websockets:2.2.0.CR1'
Gradle Kotlin
implementation("io.quarkus:quarkus-undertow-websockets:2.2.0.CR1")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-undertow-websockets" % "2.2.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-undertow-websockets', version='2.2.0.CR1')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-undertow-websockets" rev="2.2.0.CR1" />
Leiningen
[io.quarkus/quarkus-undertow-websockets "2.2.0.CR1"]
Apache Buildr
'io.quarkus:quarkus-undertow-websockets:jar:2.2.0.CR1'