<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>5.0.15.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework" % "spring-context-support" % "5.0.15.RELEASE"
@Grapes(
@Grab(group='org.springframework', module='spring-context-support', version='5.0.15.RELEASE')
)
<dependency org="org.springframework" name="spring-context-support" rev="5.0.15.RELEASE" />
compile
|-- org.springframework:spring-beans:5.0.15.RELEASE
|-- org.springframework:spring-context:5.0.15.RELEASE
|-- org.springframework:spring-core:5.0.15.RELEASE
|-- com.github.ben-manes.caffeine:caffeine:2.6.2
|-- javax.activation:activation:1.1.1
|-- javax.cache:cache-api:1.1.0
|-- javax.mail:javax.mail-api:1.6.1
|-- net.sf.ehcache:ehcache:2.10.4
|-- org.codehaus.fabric3.api:commonj:1.1.0
|-- org.freemarker:freemarker:2.3.28
|-- org.quartz-scheduler:quartz:2.3.0