License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-smallrye-rest-client-runtime |
Version | Version0.12.0 |
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-runtime/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-rest-client-runtime</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-rest-client-runtime/
implementation 'io.quarkus:quarkus-smallrye-rest-client-runtime:0.12.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-rest-client-runtime/
implementation ("io.quarkus:quarkus-smallrye-rest-client-runtime:0.12.0")
'io.quarkus:quarkus-smallrye-rest-client-runtime:jar:0.12.0'
<dependency org="io.quarkus" name="quarkus-smallrye-rest-client-runtime" rev="0.12.0">
<artifact name="quarkus-smallrye-rest-client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-rest-client-runtime', version='0.12.0')
)
libraryDependencies += "io.quarkus" % "quarkus-smallrye-rest-client-runtime" % "0.12.0"
[io.quarkus/quarkus-smallrye-rest-client-runtime "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-runtime | jar | 0.12.0 |
io.quarkus : quarkus-arc-runtime | jar | 0.12.0 |
io.quarkus : quarkus-resteasy-common-runtime | jar | 0.12.0 |
io.smallrye : smallrye-rest-client | jar | |
org.jboss.resteasy : resteasy-client | jar | |
org.apache.httpcomponents : httpasyncclient | jar | |
com.oracle.substratevm : svm | jar |