Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-rest-client |
Version | Version1.13.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<version>1.13.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation 'io.quarkus:quarkus-rest-client:1.13.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client/
implementation ("io.quarkus:quarkus-rest-client:1.13.0.CR1")
'io.quarkus:quarkus-rest-client:jar:1.13.0.CR1'
<dependency org="io.quarkus" name="quarkus-rest-client" rev="1.13.0.CR1">
<artifact name="quarkus-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client', version='1.13.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-rest-client" % "1.13.0.CR1"
[io.quarkus/quarkus-rest-client "1.13.0.CR1"]