MVN

org.jboss.resteasy.spring : resteasy-spring-bom

Maven & Gradle

Jun 26, 2023
2 usages
2 stars

RESTEasy Spring Modules: Production BOM

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

Latest Version

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

  • Latest Stable: 3.0.3.Final
  • Latest Beta: 3.0.0.Beta3
  • Latest Alpha: 3.0.0.Alpha3

All Versions

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

Version Vulnerabilities Updated
3.0.x
resteasy-spring-bom-3.0.3.Final
resteasy-spring-bom-3.0.2.Final
resteasy-spring-bom-3.0.1.Final
resteasy-spring-bom-3.0.0.Final
resteasy-spring-bom-3.0.0.Beta3
resteasy-spring-bom-3.0.0.Beta2
resteasy-spring-bom-3.0.0.Beta1
resteasy-spring-bom-3.0.0.Alpha3
resteasy-spring-bom-3.0.0.Alpha2
resteasy-spring-bom-3.0.0.Alpha1
2.0.x
resteasy-spring-bom-2.0.1.Final
resteasy-spring-bom-2.0.0.Final
resteasy-spring-bom-2.0.0.Beta1
resteasy-spring-bom-2.0.0.Alpha1
1.0.x
resteasy-spring-bom-1.0.0.Final

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jboss.resteasy.spring</groupId>
    <artifactId>resteasy-spring-bom</artifactId>
    <version>3.0.3.Final</version>
</dependency>