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