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

compile

|-- com.fasterxml.jackson.core:jackson-databind:2.9.4

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.4

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.9.4

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4

|-- com.github.librepdf:openpdf:1.0.5

|-- com.rometools:rome:1.9.0

|-- javax.el:javax.el-api:3.0.1-b04

|-- javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1

|-- javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02

|-- javax.xml.bind:jaxb-api:2.3.0

|-- org.apache.poi:poi-ooxml:3.17

|-- org.apache.tiles:tiles-api:3.0.8

|-- org.apache.tiles:tiles-core:3.0.8

|-- org.apache.tiles:tiles-el:3.0.8

|-- org.apache.tiles:tiles-extras:3.0.8

|-- org.apache.tiles:tiles-jsp:3.0.8

|-- org.apache.tiles:tiles-servlet:3.0.8

|-- org.codehaus.groovy:groovy-all:2.4.13

|-- org.freemarker:freemarker:2.3.27-incubating

|-- org.jetbrains.kotlin:kotlin-reflect:1.2.21

|-- org.jetbrains.kotlin:kotlin-stdlib:1.2.21

|-- org.reactivestreams:reactive-streams

|-- org.springframework:spring-aop:5.0.4.RELEASE

|-- org.springframework:spring-beans:5.0.4.RELEASE

|-- org.springframework:spring-context:5.0.4.RELEASE

|-- org.springframework:spring-context-support:5.0.4.RELEASE

|-- org.springframework:spring-core:5.0.4.RELEASE

|-- org.springframework:spring-expression:5.0.4.RELEASE

|-- org.springframework:spring-oxm:5.0.4.RELEASE

|-- org.springframework:spring-web:5.0.4.RELEASE

|-- org.webjars:webjars-locator-core:0.35

provided

|-- javax.servlet:javax.servlet-api:4.0.0