<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-processor</artifactId>
<version>3.13.1</version>
</dependency>
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-processor" % "3.13.1"
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-processor', version='3.13.1')
)
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-processor" rev="3.13.1" />
<parent> <groupId>io.quarkus.resteasy.reactive</groupId> <artifactId>resteasy-reactive-server-parent</artifactId> <version>3.13.1</version> </parent>
compile
|-- io.quarkus.resteasy.reactive:resteasy-reactive
|-- io.quarkus.resteasy.reactive:resteasy-reactive-common-processor
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.annotation:jakarta.annotation-api
|-- org.jboss.logging:jboss-logging
test
|-- org.junit.jupiter:junit-jupiter
|-- io.quarkus.resteasy.reactive:resteasy-reactive-build-support