MVN

io.quarkus : quarkus-resteasy-reactive-spi

Maven & Gradle

Jan 07, 2021
9 usages
11.9k stars

Quarkus - RESTEasy Reactive - SPI

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-resteasy-reactive-spi</artifactId>
    <version>1.11.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus : quarkus-resteasy-reactive-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0.CR1
  • Latest Beta: 1.11.0.Beta2

All Versions

Choose a version of io.quarkus : quarkus-resteasy-reactive-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
quarkus-resteasy-reactive-spi-1.11.0.CR1
quarkus-resteasy-reactive-spi-1.11.0.Beta2
quarkus-resteasy-reactive-spi-1.11.0.Beta1

How to add a dependency to Maven

Add the following io.quarkus : quarkus-resteasy-reactive-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-resteasy-reactive-spi</artifactId>
    <version>1.11.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkus : quarkus-resteasy-reactive-spi gradle dependency to your build.gradle file:

implementation 'io.quarkus:quarkus-resteasy-reactive-spi:1.11.0.CR1'

Gradle Kotlin DSL: Add the following io.quarkus : quarkus-resteasy-reactive-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkus:quarkus-resteasy-reactive-spi:1.11.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkus : quarkus-resteasy-reactive-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkus" % "quarkus-resteasy-reactive-spi" % "1.11.0.CR1"

Advertisement

Dependencies from Group

Aug 25, 2023
1k usages
11.9k stars
Aug 25, 2023
836 usages
11.9k stars
Mar 30, 2022
447 usages
13.1k stars
Aug 25, 2023
436 usages
11.9k stars
Aug 25, 2023
417 usages
11.9k stars

Discover Dependencies