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