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.3.jar download
quarkus-resteasy-reactive-3.7.3.pom download
quarkus-resteasy-reactive-3.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-resteasy-reactive</artifactId>
  <version>3.7.3</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-resteasy-reactive:3.7.3'
Gradle Kotlin
implementation("io.quarkus:quarkus-resteasy-reactive:3.7.3")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-resteasy-reactive" % "3.7.3"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-resteasy-reactive', version='3.7.3')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-resteasy-reactive" rev="3.7.3" />
Leiningen
[io.quarkus/quarkus-resteasy-reactive "3.7.3"]
Apache Buildr
'io.quarkus:quarkus-resteasy-reactive:jar:3.7.3'