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