Group Id org.springframework
Artifact Id spring-webmvc
Version 5.0.4.RELEASE
Packaging jar
URL -
Badge
Last Updated 2018-02-19T03:48:10+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>5.0.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.0.4.RELEASE'
implementation 'org.springframework:spring-webmvc:5.0.4.RELEASE'
implementation("org.springframework:spring-webmvc:5.0.4.RELEASE")
libraryDependencies += "org.springframework" % "spring-webmvc" % "5.0.4.RELEASE"
<dependency org="org.springframework" name="spring-webmvc" rev="5.0.4.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-webmvc', version='5.0.4.RELEASE')
)
[org.springframework/spring-webmvc "5.0.4.RELEASE"]
'org.springframework:spring-webmvc:5.0.4.RELEASE'