<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-common</artifactId>
<version>3.14.0.CR1</version>
</dependency>
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-common" % "3.14.0.CR1"
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-common', version='3.14.0.CR1')
)
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-common" rev="3.14.0.CR1" />
<parent> <groupId>io.quarkus.resteasy.reactive</groupId> <artifactId>resteasy-reactive-common-parent</artifactId> <version>3.14.0.CR1</version> </parent>
compile
|-- io.quarkus.resteasy.reactive:resteasy-reactive-common-types
|-- io.smallrye.reactive:mutiny
|-- org.reactivestreams:reactive-streams
|-- io.smallrye.reactive:mutiny-zero-flow-adapters
|-- io.smallrye.common:smallrye-common-annotation
|-- org.eclipse.parsson:parsson
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- jakarta.annotation:jakarta.annotation-api
|-- org.jboss.logging:jboss-logging
test