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

org.springframework:spring-context 1.1-rc1


Группа

Группа

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

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

spring-context
Версия

Версия

1.1-rc1
Тип

Тип

jar

Скачать spring-context 1.1-rc1


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