| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-context-support | 
| Version | Version4.3.13.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-context-support/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>4.3.13.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-context-support/
implementation 'org.springframework:spring-context-support:4.3.13.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-context-support/
implementation ("org.springframework:spring-context-support:4.3.13.RELEASE")'org.springframework:spring-context-support:jar:4.3.13.RELEASE'<dependency org="org.springframework" name="spring-context-support" rev="4.3.13.RELEASE">
  <artifact name="spring-context-support" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-context-support', version='4.3.13.RELEASE')
)libraryDependencies += "org.springframework" % "spring-context-support" % "4.3.13.RELEASE"[org.springframework/spring-context-support "4.3.13.RELEASE"]