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