-
Notifications
You must be signed in to change notification settings - Fork 3
Spring WebMVC Maven Dependency
Ramesh Fadatare edited this page Dec 2, 2019
·
1 revision
Spring WebMVC
Copy below Spring WebMVC maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.1.RELEASE</version>
</dependency>
Copy below Spring WebMVC gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-webmvc
compile group: 'org.springframework', name: 'spring-webmvc', version: '5.2.1.RELEASE'
https://mvnrepository.com/artifact/org.springframework/spring-webmvc
https://mvnrepository.com/artifact/org.springframework/spring-webmvc