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

org.springframework:spring-context 2.5

Spring Framework: Context

Группа

Группа

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

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

spring-context
Версия

Версия

2.5
Тип

Тип

jar

Скачать spring-context 2.5


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