MVN

org.jboss.resteasy : resteasy-integration-tests-spring-web

Maven & Gradle

Mar 01, 2023
1k stars

RESTEasy Main testsuite: Spring Web integration tests

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

Latest Version

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

  • Latest Stable: 4.7.9.Final

All Versions

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

Version Vulnerabilities Updated
4.7.x
resteasy-integration-tests-spring-web-4.7.9.Final
resteasy-integration-tests-spring-web-4.7.8.Final
resteasy-integration-tests-spring-web-4.7.7.Final
resteasy-integration-tests-spring-web-4.7.6.Final
resteasy-integration-tests-spring-web-4.7.5.Final
resteasy-integration-tests-spring-web-4.7.4.Final
resteasy-integration-tests-spring-web-4.7.3.Final
resteasy-integration-tests-spring-web-4.7.2.Final
resteasy-integration-tests-spring-web-4.7.1.Final

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-integration-tests-spring-web</artifactId>
    <version>4.7.9.Final</version>
</dependency>

Advertisement