You can download spring-mock-mvc-3.0.3.jar in this page.
Apache License
spring-mock-mvc-3.0.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.rest-assured/spring-mock-mvc/pom.properties META-INF/maven/io.rest-assured/spring-mock-mvc/pom.xml io.restassured.module.mockmvc.RestAssuredMockMvc.class io.restassured.module.mockmvc.config.AsyncConfig.class io.restassured.module.mockmvc.config.MockMvcConfig.class io.restassured.module.mockmvc.config.MockMvcParamConfig.class io.restassured.module.mockmvc.config.RestAssuredMockMvcConfig.class io.restassured.module.mockmvc.intercept.MockHttpServletRequestBuilderInterceptor.class io.restassured.module.mockmvc.internal.ConfigConverter.class io.restassured.module.mockmvc.internal.MockMvcFactory.class io.restassured.module.mockmvc.internal.MockMvcMultiPart.class io.restassured.module.mockmvc.internal.MockMvcRequestLogSpecificationImpl.class io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.class io.restassured.module.mockmvc.internal.MockMvcRequestSpecificationImpl.class io.restassured.module.mockmvc.internal.MockMvcRestAssuredResponseImpl.class io.restassured.module.mockmvc.internal.ResponseConverter.class io.restassured.module.mockmvc.internal.RestDocsClassPathChecker.class io.restassured.module.mockmvc.internal.SpringSecurityClassPathChecker.class io.restassured.module.mockmvc.internal.SpringSecurityTestClassPathChecker.class io.restassured.module.mockmvc.internal.StandaloneMockMvcFactory.class io.restassured.module.mockmvc.internal.UpdateStrategyConverter.class io.restassured.module.mockmvc.internal.ValidatableMockMvcResponseImpl.class io.restassured.module.mockmvc.matcher.RestAssuredMockMvcMatchers.class io.restassured.module.mockmvc.response.MockMvcResponse.class io.restassured.module.mockmvc.response.ValidatableMockMvcResponse.class io.restassured.module.mockmvc.specification.MockMvcAuthenticationScheme.class io.restassured.module.mockmvc.specification.MockMvcAuthenticationSpecification.class io.restassured.module.mockmvc.specification.MockMvcRequestAsyncConfigurer.class io.restassured.module.mockmvc.specification.MockMvcRequestAsyncSender.class io.restassured.module.mockmvc.specification.MockMvcRequestLogSpecification.class io.restassured.module.mockmvc.specification.MockMvcRequestSender.class io.restassured.module.mockmvc.specification.MockMvcRequestSpecBuilder.class io.restassured.module.mockmvc.specification.MockMvcRequestSpecification.class
spring-mock-mvc-3.0.3.pom file content.
<?xml version="1.0"?> <!-- ~ Copyright 2013 the original author or authors. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.rest-assured</groupId> <artifactId>modules</artifactId> <version>3.0.3</version> </parent> <artifactId>spring-mock-mvc</artifactId> <version>3.0.3</version> <name>spring-mock-mvc</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.version>4.2.6.RELEASE</spring.version> <spring.security.version>4.1.0.RELEASE</spring.security.version> </properties> <dependencies> <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <version>3.0.3</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>${spring.security.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-test</artifactId> <version>${spring.security.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <!-- Test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>1.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-reflect</artifactId> <version>1.5.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.restdocs</groupId> <artifactId>spring-restdocs-mockmvc</artifactId> <version>1.0.0.RELEASE</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.rest-assured</groupId> <artifactId>spring-mock-mvc</artifactId> <version>3.0.3</version> </dependency>
If you think the following spring-mock-mvc-3.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-mock-mvc-3.0.3.jar file