Group Id org.springframework
Artifact Id spring-webmvc
Version 1.2.2
Packaging jar
URL -
Badge
Last Updated 2005-12-23T08:37:59+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.2</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '1.2.2'
implementation 'org.springframework:spring-webmvc:1.2.2'
implementation("org.springframework:spring-webmvc:1.2.2")
libraryDependencies += "org.springframework" % "spring-webmvc" % "1.2.2"
<dependency org="org.springframework" name="spring-webmvc" rev="1.2.2"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='1.2.2')
)
[org.springframework/spring-webmvc "1.2.2"]
'org.springframework:spring-webmvc:1.2.2'