<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>6.1.7</version> </dependency>
implementation 'org.springframework:spring-webmvc:6.1.7'
implementation("org.springframework:spring-webmvc:6.1.7")
libraryDependencies += "org.springframework" % "spring-webmvc" % "6.1.7"
@Grapes( @Grab(group='org.springframework', module='spring-webmvc', version='6.1.7') )
<dependency org="org.springframework" name="spring-webmvc" rev="6.1.7" />
[org.springframework/spring-webmvc "6.1.7"]
'org.springframework:spring-webmvc:jar:6.1.7'
compile
|-- org.springframework:spring-aop:6.1.7
|-- org.springframework:spring-beans:6.1.7
|-- org.springframework:spring-context:6.1.7
|-- org.springframework:spring-core:6.1.7
|-- org.springframework:spring-expression:6.1.7
|-- org.springframework:spring-web:6.1.7