q

quarkus-http-websocket-vertx

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