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