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