q

quarkus-undertow-websockets

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