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

org.springframework:spring 2.0.1

Spring Framework

Группа

Группа

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

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

spring
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать spring 2.0.1


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