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