<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http</artifactId>
<version>3.16.0.CR1</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-vertx-http', version='3.16.0.CR1')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-vertx-http-parent</artifactId> <version>3.16.0.CR1</version> </parent>
compile
|-- io.quarkus:quarkus-security-runtime-spi
|-- io.quarkus:quarkus-tls-registry
|-- io.quarkus:quarkus-credentials
|-- io.smallrye.common:smallrye-common-vertx-context
|-- io.quarkus.security:quarkus-security
|-- io.smallrye.reactive:smallrye-mutiny-vertx-web
|-- com.aayushatharva.brotli4j:brotli4j
provided
|-- org.graalvm.sdk:nativeimage
test
|-- org.junit.jupiter:junit-jupiter