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