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

org.springframework:spring 5.2.18.RELEASE

Spring Framework

Группа

Группа

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

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

spring
Версия

Версия

5.2.18.RELEASE
Тип

Тип

pom

Скачать spring 5.2.18.RELEASE

Имя Файла Размер
spring-5.2.18.RELEASE.pom 1 KB
Обзор

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