<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<version>1.11.0.Beta2</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-reactive', version='1.11.0.Beta2')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-reactive-parent</artifactId> <version>1.11.0.Beta2</version> </parent>
compile
|-- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec
|-- io.quarkus.resteasy.reactive:resteasy-reactive-vertx
|-- io.quarkus:quarkus-resteasy-reactive-common
|-- io.quarkus:quarkus-vertx-http
|-- com.fasterxml.jackson.core:jackson-databind
test