Files download
File Operation
spring-5.2.20.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring</artifactId>
  <version>5.2.20.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring:5.2.20.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring:5.2.20.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring" % "5.2.20.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring', version='5.2.20.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring" rev="5.2.20.RELEASE" />
Leiningen
[org.springframework/spring "5.2.20.RELEASE"]
Apache Buildr
'org.springframework:spring:jar:5.2.20.RELEASE'
Dependencies
The project has no third-party dependencies