I am trying to find an appropriate pom entry for
org.springframework.web.servlet-3.1.2.RELEASE.jar
Got to web, but nothing further
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
Ultimately i need to import
import org.springframework.web.servlet.ModelAndView;
But am unable to locate this jar in here. Found everything i needed but servlet.
Please assist
Your required class is in
spring-webmvc, seen here.The website http://www.findjar.com is very useful for finding jars containing particular classes.