<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>2.2.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-server" % "2.2.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gateway-server', version='2.2.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-gateway-server" rev="2.2.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gateway</artifactId> <version>2.2.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-validation:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.6.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.6.RELEASE
|-- org.springframework.cloud:spring-cloud-loadbalancer:2.2.6.RELEASE
|-- org.springframework.boot:spring-boot-devtools:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-data-redis:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-security:2.3.2.RELEASE
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.72
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.72
|-- io.projectreactor.addons:reactor-extra:3.3.3.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.4.RELEASE