Group Id org.springframework
Artifact Id spring-webmvc
Version 2.5.3
Packaging jar
URL -
Badge
Last Updated 2008-04-07T01:28:57+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>2.5.3</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '2.5.3'
implementation 'org.springframework:spring-webmvc:2.5.3'
implementation("org.springframework:spring-webmvc:2.5.3")
libraryDependencies += "org.springframework" % "spring-webmvc" % "2.5.3"
<dependency org="org.springframework" name="spring-webmvc" rev="2.5.3"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='2.5.3')
)
[org.springframework/spring-webmvc "2.5.3"]
'org.springframework:spring-webmvc:2.5.3'