SpringFramework Web Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

SpringFramework Web

SpringFramework Web Maven Dependency

Copy below SpringFramework Web maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.web -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>org.springframework.web</artifactId>
    <version>3.2.2.RELEASE</version>
</dependency>
 

SpringFramework Web Gradle Dependency

Copy below SpringFramework Web gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework/org.springframework.web
compile group: 'org.springframework', name: 'org.springframework.web', version: '3.2.2.RELEASE'

Download JAR File

https://repo.spring.io/plugins-release/org/springframework/org.springframework.web/3.2.2.RELEASE/org.springframework.web-3.2.2.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/org.springframework.web

Reference

https://mvnrepository.com/artifact/org.springframework/org.springframework.web

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