<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>2.2.9.RELEASE</version>
</dependency>
implementation("org.springframework.cloud:spring-cloud-starter-gateway:2.2.9.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-gateway" % "2.2.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-gateway', version='2.2.9.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-gateway" rev="2.2.9.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gateway</artifactId> <version>2.2.9.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter:2.2.9.RELEASE
|-- org.springframework.cloud:spring-cloud-gateway-server:2.2.9.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.3.12.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-loadbalancer:2.2.9.RELEASE