Files download
File Operation
spring-web-3.2.18.RELEASE.jar download
spring-web-3.2.18.RELEASE.pom download
spring-web-3.2.18.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-web</artifactId>
  <version>3.2.18.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-web:3.2.18.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-web:3.2.18.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-web" % "3.2.18.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-web', version='3.2.18.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-web" rev="3.2.18.RELEASE" />
Leiningen
[org.springframework/spring-web "3.2.18.RELEASE"]
Apache Buildr
'org.springframework:spring-web:jar:3.2.18.RELEASE'