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