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