Group Id org.springframework
Artifact Id spring-webmvc
Version 1.0-rc1
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.0-rc1</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '1.0-rc1'
implementation 'org.springframework:spring-webmvc:1.0-rc1'
implementation("org.springframework:spring-webmvc:1.0-rc1")
libraryDependencies += "org.springframework" % "spring-webmvc" % "1.0-rc1"
<dependency org="org.springframework" name="spring-webmvc" rev="1.0-rc1"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='1.0-rc1')
)
[org.springframework/spring-webmvc "1.0-rc1"]
'org.springframework:spring-webmvc:1.0-rc1'