Group Id org.springframework
Artifact Id spring-webmvc
Version 2.0.5
Packaging jar
URL -
Badge
Last Updated 2007-05-07T17:44:16+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.0.5</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '2.0.5'
implementation 'org.springframework:spring-webmvc:2.0.5'
implementation("org.springframework:spring-webmvc:2.0.5")
libraryDependencies += "org.springframework" % "spring-webmvc" % "2.0.5"
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.5"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='2.0.5')
)
[org.springframework/spring-webmvc "2.0.5"]
'org.springframework:spring-webmvc:2.0.5'