q

quarkus-rest

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