<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-client</artifactId>
<version>3.13.0</version>
</dependency>
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-client" % "3.13.0"
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-client', version='3.13.0')
)
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-client" rev="3.13.0" />
<parent> <groupId>io.quarkus.resteasy.reactive</groupId> <artifactId>resteasy-reactive-client-parent</artifactId> <version>3.13.0</version> </parent>
compile
|-- io.smallrye.stork:stork-core
|-- 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
|-- io.smallrye.common:smallrye-common-vertx-context
|-- io.smallrye.reactive:smallrye-mutiny-vertx-core
|-- org.jboss.logging:jboss-logging
test