<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-deployment</artifactId>
<version>3.11.3</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client-deployment', version='3.11.3')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-parent</artifactId> <version>3.11.3</version> </parent>
compile
|-- io.quarkus:quarkus-rest-client
|-- io.quarkus:quarkus-rest-client-spi-deployment
|-- io.quarkus:quarkus-rest-client-jaxrs-deployment
|-- io.quarkus:quarkus-smallrye-stork-deployment
|-- io.quarkus:quarkus-rest-client-config-deployment
test
|-- io.quarkus:quarkus-rest-jackson-deployment
|-- io.quarkus:quarkus-smallrye-fault-tolerance-deployment
|-- io.quarkus:quarkus-reactive-routes-deployment
|-- io.quarkus:quarkus-elytron-security-deployment
|-- io.quarkus:quarkus-elytron-security-properties-file-deployment
|-- io.quarkus:quarkus-junit5-internal
|-- org.junit-pioneer:junit-pioneer
|-- io.rest-assured:rest-assured
|-- org.wiremock:wiremock-standalone
|-- jakarta.servlet:jakarta.servlet-api
|-- io.smallrye.stork:stork-load-balancer-least-response-time