q

quarkus-http-websocket-vertx

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