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