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