Categories |
CategoriesQuarkus Container Microservices React User Interface Web Frameworks CLI RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.quarkus.resteasy.reactive |
ArtifactId | ArtifactIdresteasy-reactive-client |
Version | Version2.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-client/ -->
<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-client</artifactId>
<version>2.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-client/
implementation 'io.quarkus.resteasy.reactive:resteasy-reactive-client:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-client/
implementation ("io.quarkus.resteasy.reactive:resteasy-reactive-client:2.0.0.Alpha1")
'io.quarkus.resteasy.reactive:resteasy-reactive-client:jar:2.0.0.Alpha1'
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-client" rev="2.0.0.Alpha1">
<artifact name="resteasy-reactive-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-client', version='2.0.0.Alpha1')
)
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-client" % "2.0.0.Alpha1"
[io.quarkus.resteasy.reactive/resteasy-reactive-client "2.0.0.Alpha1"]