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