не последняя версия
Последняя версия 5.3.21

org.springframework:spring-context 4.0.9.RELEASE

Spring Context

Группа

Группа

org.springframework
Идентификатор

Идентификатор

spring-context
Версия

Версия

4.0.9.RELEASE
Тип

Тип

jar

Скачать spring-context 4.0.9.RELEASE


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