q

quarkus-http-websocket-vertx

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