<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
<version>2.13.9.Final</version>
</dependency>
libraryDependencies += "io.quarkus" % "quarkus-reactive-routes-deployment" % "2.13.9.Final"
@Grapes(
@Grab(group='io.quarkus', module='quarkus-reactive-routes-deployment', version='2.13.9.Final')
)
<dependency org="io.quarkus" name="quarkus-reactive-routes-deployment" rev="2.13.9.Final" />
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-reactive-routes-parent</artifactId> <version>2.13.9.Final</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
|-- io.quarkus:quarkus-security-test-utils
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