q

quarkus-undertow-websockets

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