<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client</artifactId> <version>3.8.4</version> </dependency>
implementation 'io.quarkus:quarkus-rest-client:3.8.4'
implementation("io.quarkus:quarkus-rest-client:3.8.4")
libraryDependencies += "io.quarkus" % "quarkus-rest-client" % "3.8.4"
@Grapes( @Grab(group='io.quarkus', module='quarkus-rest-client', version='3.8.4') )
<dependency org="io.quarkus" name="quarkus-rest-client" rev="3.8.4" />
[io.quarkus/quarkus-rest-client "3.8.4"]
'io.quarkus:quarkus-rest-client:jar:3.8.4'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-relocations-parent</artifactId> <version>3.8.4</version> </parent>