Files download
File Operation
quarkus-rest-client-3.7.1.jar download
quarkus-rest-client-3.7.1.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-rest-client</artifactId>
  <version>3.7.1</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-rest-client:3.7.1'
Gradle Kotlin
implementation("io.quarkus:quarkus-rest-client:3.7.1")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-rest-client" % "3.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-rest-client', version='3.7.1')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-rest-client" rev="3.7.1" />
Leiningen
[io.quarkus/quarkus-rest-client "3.7.1"]
Apache Buildr
'io.quarkus:quarkus-rest-client:jar:3.7.1'