q

quarkus-http-websocket-vertx

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