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