<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
<version>3.12.1</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-reactive-routes-deployment', version='3.12.1')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-reactive-routes-parent</artifactId> <version>3.12.1</version> </parent>
compile
|-- io.quarkus:quarkus-vertx-http-deployment
|-- io.quarkus:quarkus-vertx-deployment
|-- io.quarkus:quarkus-jackson-deployment
|-- io.quarkus:quarkus-reactive-routes
|-- io.quarkus:quarkus-hibernate-validator-spi
test
|-- io.quarkus:quarkus-jsonp-deployment
|-- io.quarkus:quarkus-security-deployment
|-- io.quarkus:quarkus-elytron-security-properties-file-deployment
|-- io.quarkus:quarkus-hibernate-validator-deployment
|-- io.quarkus:quarkus-junit5-internal