<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-common</artifactId>
<version>1.11.0.Beta2</version>
</dependency>
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-common" % "1.11.0.Beta2"
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-common', version='1.11.0.Beta2')
)
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-common" rev="1.11.0.Beta2" />
<parent> <groupId>io.quarkus.resteasy.reactive</groupId> <artifactId>resteasy-reactive-common-parent</artifactId> <version>1.11.0.Beta2</version> </parent>
compile
|-- io.smallrye.reactive:mutiny
|-- io.smallrye.common:smallrye-common-annotation
|-- org.glassfish:jakarta.json
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec
|-- jakarta.annotation:jakarta.annotation-api
|-- org.jboss.logging:jboss-logging
test