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