Spring WebMVC Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring WebMVC

Spring WebMVC Maven Dependency

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>

Spring WebMVC Gradle 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'

Download JAR File

https://www

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/spring-webmvc

Reference

https://mvnrepository.com/artifact/org.springframework/spring-webmvc

⚠️ **GitHub.com Fallback** ⚠️