is not current version
Last Version 5.3.21

org.springframework:spring-context-support 5.2.12.RELEASE

Spring Context Support

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-context-support
Version

Version

5.2.12.RELEASE
Type

Type

jar

Download spring-context-support 5.2.12.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-context-support/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>5.2.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-context-support/
implementation 'org.springframework:spring-context-support:5.2.12.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-context-support/
implementation ("org.springframework:spring-context-support:5.2.12.RELEASE")
'org.springframework:spring-context-support:jar:5.2.12.RELEASE'
<dependency org="org.springframework" name="spring-context-support" rev="5.2.12.RELEASE">
  <artifact name="spring-context-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context-support', version='5.2.12.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-context-support" % "5.2.12.RELEASE"
[org.springframework/spring-context-support "5.2.12.RELEASE"]