MVN

io.quarkus.resteasy.reactive : resteasy-reactive-common-types

Maven & Gradle

Aug 25, 2023
11.9k stars

RESTEasy Reactive - Common Types

<dependency>
    <groupId>io.quarkus.resteasy.reactive</groupId>
    <artifactId>resteasy-reactive-common-types</artifactId>
    <version>2.16.10.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.16.10.Final
  • Latest Beta: 3.0.0.Beta1
  • Latest Alpha: 3.0.0.Alpha6

All Versions

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

Version Vulnerabilities Updated
3.3.x
resteasy-reactive-common-types-3.3.0
resteasy-reactive-common-types-3.3.0.CR1
3.2.x
resteasy-reactive-common-types-3.2.4.Final
resteasy-reactive-common-types-3.2.3.Final
resteasy-reactive-common-types-3.2.2.Final
resteasy-reactive-common-types-3.2.1.Final
resteasy-reactive-common-types-3.2.0.Final
resteasy-reactive-common-types-3.2.0.CR1
3.1.x
resteasy-reactive-common-types-3.1.3.Final
resteasy-reactive-common-types-3.1.2.Final
resteasy-reactive-common-types-3.1.1.Final
resteasy-reactive-common-types-3.1.0.Final
resteasy-reactive-common-types-3.1.0.CR1
3.0.x
resteasy-reactive-common-types-3.0.4.Final
resteasy-reactive-common-types-3.0.3.Final
resteasy-reactive-common-types-3.0.2.Final
resteasy-reactive-common-types-3.0.1.Final
resteasy-reactive-common-types-3.0.0.Final
resteasy-reactive-common-types-3.0.0.CR2
resteasy-reactive-common-types-3.0.0.CR1
resteasy-reactive-common-types-3.0.0.Beta1
resteasy-reactive-common-types-3.0.0.Alpha6
resteasy-reactive-common-types-3.0.0.Alpha5
resteasy-reactive-common-types-3.0.0.Alpha4
resteasy-reactive-common-types-3.0.0.Alpha3
resteasy-reactive-common-types-3.0.0.Alpha2
resteasy-reactive-common-types-3.0.0.Alpha1
2.16.x
resteasy-reactive-common-types-2.16.10.Final
resteasy-reactive-common-types-2.16.9.Final
resteasy-reactive-common-types-2.16.8.Final
resteasy-reactive-common-types-2.16.7.Final
resteasy-reactive-common-types-2.16.6.Final
resteasy-reactive-common-types-2.16.5.Final
resteasy-reactive-common-types-2.16.4.Final
resteasy-reactive-common-types-2.16.3.Final
resteasy-reactive-common-types-2.16.2.Final
resteasy-reactive-common-types-2.16.1.Final
resteasy-reactive-common-types-2.16.0.Final
resteasy-reactive-common-types-2.16.0.CR1
2.15.x
resteasy-reactive-common-types-2.15.3.Final
resteasy-reactive-common-types-2.15.2.Final
resteasy-reactive-common-types-2.15.1.Final
resteasy-reactive-common-types-2.15.0.Final
resteasy-reactive-common-types-2.15.0.CR1
2.14.x
resteasy-reactive-common-types-2.14.3.Final
resteasy-reactive-common-types-2.14.2.Final
resteasy-reactive-common-types-2.14.1.Final
resteasy-reactive-common-types-2.14.0.Final
resteasy-reactive-common-types-2.14.0.CR1
2.13.x
resteasy-reactive-common-types-2.13.8.Final
resteasy-reactive-common-types-2.13.7.Final
resteasy-reactive-common-types-2.13.6.Final
resteasy-reactive-common-types-2.13.5.Final
resteasy-reactive-common-types-2.13.4.Final
resteasy-reactive-common-types-2.13.3.Final
resteasy-reactive-common-types-2.13.2.Final
resteasy-reactive-common-types-2.13.1.Final
resteasy-reactive-common-types-2.13.0.Final
resteasy-reactive-common-types-2.13.0.CR1
2.12.x
resteasy-reactive-common-types-2.12.3.Final
resteasy-reactive-common-types-2.12.2.Final
resteasy-reactive-common-types-2.12.1.Final
resteasy-reactive-common-types-2.12.0.Final
resteasy-reactive-common-types-2.12.0.CR1
2.11.x
resteasy-reactive-common-types-2.11.3.Final
resteasy-reactive-common-types-2.11.2.Final
resteasy-reactive-common-types-2.11.1.Final
resteasy-reactive-common-types-2.11.0.Final
resteasy-reactive-common-types-2.11.0.CR1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.quarkus.resteasy.reactive</groupId>
    <artifactId>resteasy-reactive-common-types</artifactId>
    <version>2.16.10.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.quarkus.resteasy.reactive:resteasy-reactive-common-types:2.16.10.Final'

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

implementation("io.quarkus.resteasy.reactive:resteasy-reactive-common-types:2.16.10.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-common-types" % "2.16.10.Final"