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