<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<version>3.10.0</version>
</dependency>
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-parent</artifactId> <version>3.10.0</version> </parent>
compile
|-- io.quarkus:quarkus-rest-client-jaxrs
|-- io.quarkus:quarkus-smallrye-stork
|-- io.quarkus:quarkus-rest-client-config
|-- io.smallrye.stork:stork-api
|-- io.smallrye.stork:stork-core
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api
test