<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive</artifactId>
<version>3.8.5</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive', version='3.8.5')
)
<parent> <groupId>io.quarkus.resteasy.reactive</groupId> <artifactId>resteasy-reactive-server-parent</artifactId> <version>3.8.5</version> </parent>
compile
|-- io.quarkus.resteasy.reactive:resteasy-reactive-common
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- jakarta.annotation:jakarta.annotation-api
|-- org.jboss.logging:jboss-logging
test