Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus.http |
ArtifactId | ArtifactIdquarkus-http-websocket-vertx |
Version | Version3.1.0.Beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-vertx/ -->
<dependency>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-websocket-vertx</artifactId>
<version>3.1.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-vertx/
implementation 'io.quarkus.http:quarkus-http-websocket-vertx:3.1.0.Beta2'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-vertx/
implementation ("io.quarkus.http:quarkus-http-websocket-vertx:3.1.0.Beta2")
'io.quarkus.http:quarkus-http-websocket-vertx:jar:3.1.0.Beta2'
<dependency org="io.quarkus.http" name="quarkus-http-websocket-vertx" rev="3.1.0.Beta2">
<artifact name="quarkus-http-websocket-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-websocket-vertx', version='3.1.0.Beta2')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-websocket-vertx" % "3.1.0.Beta2"
[io.quarkus.http/quarkus-http-websocket-vertx "3.1.0.Beta2"]