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