<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jaxb-deployment</artifactId>
<version>3.5.0</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client-jaxb-deployment', version='3.5.0')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-jaxb-parent</artifactId> <version>3.5.0</version> </parent>
compile
|-- io.quarkus:quarkus-rest-client-deployment
|-- io.quarkus:quarkus-rest-client-jaxb
|-- io.quarkus:quarkus-jaxb-deployment
test
|-- io.quarkus:quarkus-resteasy-deployment