Group Id org.springframework
Artifact Id spring-webmvc
Version 3.1.4.RELEASE
Packaging jar
URL -
Badge
Last Updated 2013-01-23T07:31:35+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>3.1.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '3.1.4.RELEASE'
implementation 'org.springframework:spring-webmvc:3.1.4.RELEASE'
implementation("org.springframework:spring-webmvc:3.1.4.RELEASE")
libraryDependencies += "org.springframework" % "spring-webmvc" % "3.1.4.RELEASE"
<dependency org="org.springframework" name="spring-webmvc" rev="3.1.4.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='3.1.4.RELEASE')
)
[org.springframework/spring-webmvc "3.1.4.RELEASE"]
'org.springframework:spring-webmvc:3.1.4.RELEASE'