q

quarkus-resteasy-reactive

A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.
Files download
File Operation
quarkus-resteasy-reactive-3.7.0.CR1.jar download
quarkus-resteasy-reactive-3.7.0.CR1.pom download
quarkus-resteasy-reactive-3.7.0.CR1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-resteasy-reactive</artifactId>
  <version>3.7.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-resteasy-reactive:3.7.0.CR1'
Gradle Kotlin
implementation("io.quarkus:quarkus-resteasy-reactive:3.7.0.CR1")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-resteasy-reactive" % "3.7.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-resteasy-reactive', version='3.7.0.CR1')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-resteasy-reactive" rev="3.7.0.CR1" />
Leiningen
[io.quarkus/quarkus-resteasy-reactive "3.7.0.CR1"]
Apache Buildr
'io.quarkus:quarkus-resteasy-reactive:jar:3.7.0.CR1'