Last Version

Spring MVC example 3.0.2

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

License

License

Categories

Categories

Spring MVC User Interface Web Frameworks
GroupId

GroupId

io.rest-assured.examples
ArtifactId

ArtifactId

spring-mvc-webapp
Version

Version

3.0.2
Type

Type

war
Description

Description

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

Project URL

http://code.google.com/p/rest-assured/spring-mvc-webapp

Download spring-mvc-webapp 3.0.2


<!-- https://jarcasting.com/artifacts/io.rest-assured.examples/spring-mvc-webapp/ -->
<dependency>
    <groupId>io.rest-assured.examples</groupId>
    <artifactId>spring-mvc-webapp</artifactId>
    <version>3.0.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured.examples/spring-mvc-webapp/
implementation 'io.rest-assured.examples:spring-mvc-webapp:3.0.2'
// https://jarcasting.com/artifacts/io.rest-assured.examples/spring-mvc-webapp/
implementation ("io.rest-assured.examples:spring-mvc-webapp:3.0.2")
'io.rest-assured.examples:spring-mvc-webapp:war:3.0.2'
<dependency org="io.rest-assured.examples" name="spring-mvc-webapp" rev="3.0.2">
  <artifact name="spring-mvc-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured.examples', module='spring-mvc-webapp', version='3.0.2')
)
libraryDependencies += "io.rest-assured.examples" % "spring-mvc-webapp" % "3.0.2"
[io.rest-assured.examples/spring-mvc-webapp "3.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 4.2.6.RELEASE
org.springframework.security : spring-security-web jar 4.1.0.RELEASE
org.springframework.security : spring-security-config jar 4.1.0.RELEASE
org.springframework : spring-aop jar 4.2.6.RELEASE
commons-fileupload : commons-fileupload jar 1.3.1
commons-io : commons-io jar 2.4

provided (1)

Group / Artifact Type Version
org.apache.geronimo.specs : geronimo-servlet_3.0_spec jar 1.0

test (6)

Group / Artifact Type Version
io.rest-assured : spring-mock-mvc jar 3.0.2
junit : junit jar 4.12
org.eclipse.jetty : jetty-webapp jar 9.1.0.v20131115
org.springframework.security : spring-security-test jar 4.1.0.RELEASE
org.eclipse.jetty : jetty-annotations jar 9.1.0.v20131115
com.fasterxml.jackson.core : jackson-databind jar 2.7.3

Project Modules

There are no modules declared in this project.