MVN

com.jayway.restassured.examples : spring-mvc-webapp

Maven & Gradle

Mar 04, 2016
5.6k stars

Spring MVC example · Spring MVC example that's used for integration testing rest-assured

<dependency>
    <groupId>com.jayway.restassured.examples</groupId>
    <artifactId>spring-mvc-webapp</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jayway.restassured.examples : spring-mvc-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.jayway.restassured.examples : spring-mvc-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
spring-mvc-webapp-2.9.0
2.8.x
spring-mvc-webapp-2.8.0
2.7.x
spring-mvc-webapp-2.7.0
2.6.x
spring-mvc-webapp-2.6.0
2.5.x
spring-mvc-webapp-2.5.0
2.4.x
spring-mvc-webapp-2.4.1
spring-mvc-webapp-2.4.0
2.3.x
spring-mvc-webapp-2.3.4
spring-mvc-webapp-2.3.3
spring-mvc-webapp-2.3.2
2.2.x
spring-mvc-webapp-2.2.0

How to add a dependency to Maven

Add the following com.jayway.restassured.examples : spring-mvc-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jayway.restassured.examples</groupId>
    <artifactId>spring-mvc-webapp</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jayway.restassured.examples : spring-mvc-webapp gradle dependency to your build.gradle file:

implementation 'com.jayway.restassured.examples:spring-mvc-webapp:2.9.0'

Gradle Kotlin DSL: Add the following com.jayway.restassured.examples : spring-mvc-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jayway.restassured.examples:spring-mvc-webapp:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jayway.restassured.examples : spring-mvc-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jayway.restassured.examples" % "spring-mvc-webapp" % "2.9.0"