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