spring-web maven dependency

This page gives you a quick reference to get spring-mock dependency for Maven or Gradle projects. You can also download the spring-mock jar dependency, the link given at the "Download JAR File" section.

This spring-web module contains the core classes for using Spring in your web applications, including classes for loading an ApplicationContext feature automatically, file upload support classes, and a bunch of useful classes for performing repetitive tasks such as parsing integer values from the query string.

Spring Web Maven Dependency

Copy below Spring Web maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

Spring Web Gradle Dependency

Copy below Spring Web Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-web
compile group: 'org.springframework', name: 'spring-web', version: '5.2.1.RELEASE'

Download JAR File

Check for Latest Release

Reference



Comments