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