Group Id org.springframework
Artifact Id spring-webmvc
Version 2.5.6.SEC01
Packaging jar
URL -
Badge
Last Updated 2009-04-22T14:56:26+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.6.SEC01</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '2.5.6.SEC01'
implementation 'org.springframework:spring-webmvc:2.5.6.SEC01'
implementation("org.springframework:spring-webmvc:2.5.6.SEC01")
libraryDependencies += "org.springframework" % "spring-webmvc" % "2.5.6.SEC01"
<dependency org="org.springframework" name="spring-webmvc" rev="2.5.6.SEC01"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='2.5.6.SEC01')
)
[org.springframework/spring-webmvc "2.5.6.SEC01"]
'org.springframework:spring-webmvc:2.5.6.SEC01'