MVN

org.jboss.resteasy : resteasy-undertow-spring

Maven & Gradle

Mar 01, 2023
1k stars

RESTEasy Undertow Spring Integration

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-undertow-spring</artifactId>
    <version>4.7.9.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.resteasy : resteasy-undertow-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.9.Final
  • Latest Beta: 4.7.0.Beta7
  • Latest Alpha: 4.6.1.Alpha1

All Versions

Choose a version of org.jboss.resteasy : resteasy-undertow-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
resteasy-undertow-spring-4.7.9.Final
resteasy-undertow-spring-4.7.8.Final
resteasy-undertow-spring-4.7.7.Final
resteasy-undertow-spring-4.7.6.Final
resteasy-undertow-spring-4.7.5.Final
resteasy-undertow-spring-4.7.4.Final
resteasy-undertow-spring-4.7.3.Final
resteasy-undertow-spring-4.7.2.Final
resteasy-undertow-spring-4.7.1.Final
resteasy-undertow-spring-4.7.0.Final
resteasy-undertow-spring-4.7.0.Beta7
resteasy-undertow-spring-4.7.0.Beta6
resteasy-undertow-spring-4.7.0.Beta3
resteasy-undertow-spring-4.7.0.Beta2
resteasy-undertow-spring-4.7.0.Beta1
4.6.x
resteasy-undertow-spring-4.6.2.Final
resteasy-undertow-spring-4.6.1.Final
resteasy-undertow-spring-4.6.1.Beta9
resteasy-undertow-spring-4.6.1.Beta8
resteasy-undertow-spring-4.6.1.Beta7
resteasy-undertow-spring-4.6.1.Beta6
resteasy-undertow-spring-4.6.1.Beta5
resteasy-undertow-spring-4.6.1.Beta3
resteasy-undertow-spring-4.6.1.Beta2
resteasy-undertow-spring-4.6.1.Alpha1
resteasy-undertow-spring-4.6.1.Beta1
resteasy-undertow-spring-4.6.0.Final
4.5.x
resteasy-undertow-spring-4.5.12.Final
resteasy-undertow-spring-4.5.12.Beta1
resteasy-undertow-spring-4.5.11.Final
resteasy-undertow-spring-4.5.10.Final
resteasy-undertow-spring-4.5.9.Final
resteasy-undertow-spring-4.5.8.SP1
resteasy-undertow-spring-4.5.8.Final
resteasy-undertow-spring-4.5.7.Final
resteasy-undertow-spring-4.5.6.Final
resteasy-undertow-spring-4.5.5.Final
resteasy-undertow-spring-4.5.4.Final
resteasy-undertow-spring-4.5.3.Final
resteasy-undertow-spring-4.5.2.Final
resteasy-undertow-spring-4.5.1.Final
resteasy-undertow-spring-4.5.0.Final
4.4.x
resteasy-undertow-spring-4.4.3.Final
resteasy-undertow-spring-4.4.2.Final
resteasy-undertow-spring-4.4.1.Final
resteasy-undertow-spring-4.4.0.Final
resteasy-undertow-spring-4.4.0.CR1
4.3.x
resteasy-undertow-spring-4.3.1.Final
resteasy-undertow-spring-4.3.0.Final
4.2.x
resteasy-undertow-spring-4.2.0.Final
4.1.x
resteasy-undertow-spring-4.1.1.Final
resteasy-undertow-spring-4.1.0.Final
4.0.x
resteasy-undertow-spring-4.0.0.Final
resteasy-undertow-spring-4.0.0.CR3
resteasy-undertow-spring-4.0.0.CR2
resteasy-undertow-spring-4.0.0.CR1

How to add a dependency to Maven

Add the following org.jboss.resteasy : resteasy-undertow-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-undertow-spring</artifactId>
    <version>4.7.9.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.resteasy : resteasy-undertow-spring gradle dependency to your build.gradle file:

implementation 'org.jboss.resteasy:resteasy-undertow-spring:4.7.9.Final'

Gradle Kotlin DSL: Add the following org.jboss.resteasy : resteasy-undertow-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.resteasy:resteasy-undertow-spring:4.7.9.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.resteasy : resteasy-undertow-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.resteasy" % "resteasy-undertow-spring" % "4.7.9.Final"