spring-context-support maven dependency

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

This spring-context-support module contains further extensions to the spring-context module. On the user-interface side, there are classes for mail support and integration with templating engines such as Velocity, FreeMarker, and JasperReports. Also, integration with various task execution and scheduling libraries including CommonJ and Quartz are packaged here.

Spring Context Support Maven Dependency

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

Spring Context Support Gradle Dependency

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

Download JAR File

Check for Latest Release

Reference




Comments