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