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