is not current version
Last Version 5.3.21

org.springframework:spring 5.2.7.RELEASE

Spring Framework

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring
Version

Version

5.2.7.RELEASE
Type

Type

pom

Download spring 5.2.7.RELEASE

Filename Size
spring-5.2.7.RELEASE.pom 1 KB
Browse

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