License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-smallrye-rest-client |
Version | Version0.19.1 |
Type | Typejar |
Description |
DescriptionQuarkus - SmallRye REST client - Runtime
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-rest-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-rest-client</artifactId>
<version>0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-rest-client/
implementation 'io.quarkus:quarkus-smallrye-rest-client:0.19.1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-rest-client/
implementation ("io.quarkus:quarkus-smallrye-rest-client:0.19.1")
'io.quarkus:quarkus-smallrye-rest-client:jar:0.19.1'
<dependency org="io.quarkus" name="quarkus-smallrye-rest-client" rev="0.19.1">
<artifact name="quarkus-smallrye-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-rest-client', version='0.19.1')
)
libraryDependencies += "io.quarkus" % "quarkus-smallrye-rest-client" % "0.19.1"
[io.quarkus/quarkus-smallrye-rest-client "0.19.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | 0.19.1 |
io.quarkus : quarkus-arc | jar | 0.19.1 |
io.quarkus : quarkus-resteasy-common | jar | 0.19.1 |
io.smallrye : smallrye-rest-client | jar | |
org.jboss.resteasy : resteasy-client | jar | |
org.apache.httpcomponents : httpasyncclient | jar | |
com.oracle.substratevm : svm | jar |