Last Version

Quarkus - REST Client - Runtime 2.10.0.Final

Call REST services

License

License

Categories

Categories

Quarkus Container Microservices CLI User Interface
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-rest-client
Version

Version

2.10.0.Final
Type

Type

jar
Description

Description

Quarkus - REST Client - Runtime
Call REST services
Project URL

Project URL

https://github.com/quarkusio/quarkus
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/quarkusio/quarkus

Download quarkus-rest-client 2.10.0.Final


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-rest-client</artifactId>
    <version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation 'io.quarkus:quarkus-rest-client:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation ("io.quarkus:quarkus-rest-client:2.10.0.Final")
'io.quarkus:quarkus-rest-client:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-rest-client" rev="2.10.0.Final">
  <artifact name="quarkus-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-rest-client" % "2.10.0.Final"
[io.quarkus/quarkus-rest-client "2.10.0.Final"]

Dependencies

compile (9)

Group / Artifact Type Version
io.quarkus : quarkus-core jar
io.quarkus : quarkus-arc jar
io.quarkus : quarkus-resteasy-common jar
io.quarkus : quarkus-apache-httpclient jar
io.quarkus : quarkus-rest-client-config jar
org.jboss.resteasy : resteasy-client-microprofile jar
jakarta.interceptor : jakarta.interceptor-api jar
org.apache.httpcomponents : httpasyncclient jar
org.jboss.logging : commons-logging-jboss-logging jar

provided (1)

Group / Artifact Type Version
org.graalvm.nativeimage : svm jar

test (4)

Group / Artifact Type Version
io.quarkus : quarkus-junit5-internal jar
org.assertj : assertj-core jar 3.23.1
org.mockito : mockito-core jar
io.quarkus : quarkus-bom pom 2.10.0.Final

Project Modules

There are no modules declared in this project.