<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>1.1</version> </dependency>
implementation 'org.springframework:spring-webmvc:1.1'
implementation("org.springframework:spring-webmvc:1.1")
libraryDependencies += "org.springframework" % "spring-webmvc" % "1.1"
@Grapes( @Grab(group='org.springframework', module='spring-webmvc', version='1.1') )
<dependency org="org.springframework" name="spring-webmvc" rev="1.1" />
[org.springframework/spring-webmvc "1.1"]
'org.springframework:spring-webmvc:jar:1.1'