License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-rest-client |
Version | Version2.7.3.Final |
Type | Typejar |
Description |
DescriptionQuarkus - REST Client - Runtime
Call REST services
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<version>2.7.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation 'io.quarkus:quarkus-rest-client:2.7.3.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation ("io.quarkus:quarkus-rest-client:2.7.3.Final")
'io.quarkus:quarkus-rest-client:jar:2.7.3.Final'
<dependency org="io.quarkus" name="quarkus-rest-client" rev="2.7.3.Final">
<artifact name="quarkus-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client', version='2.7.3.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-rest-client" % "2.7.3.Final"
[io.quarkus/quarkus-rest-client "2.7.3.Final"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5-internal | jar | |
org.assertj : assertj-core | jar | |
org.mockito : mockito-core | jar | |
io.quarkus : quarkus-bom | pom | 2.7.3.Final |