Group Id org.springframework
Artifact Id spring-webmvc
Version 2.5.2
Packaging jar
URL -
Badge
Last Updated 2008-03-06T00:16:42+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.2</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '2.5.2'
implementation 'org.springframework:spring-webmvc:2.5.2'
implementation("org.springframework:spring-webmvc:2.5.2")
libraryDependencies += "org.springframework" % "spring-webmvc" % "2.5.2"
<dependency org="org.springframework" name="spring-webmvc" rev="2.5.2"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='2.5.2')
)
[org.springframework/spring-webmvc "2.5.2"]
'org.springframework:spring-webmvc:2.5.2'