<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>4.1.6</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-server" % "4.1.6"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gateway-server', version='4.1.6')
)
<dependency org="org.springframework.cloud" name="spring-cloud-gateway-server" rev="4.1.6" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gateway</artifactId> <version>4.1.6</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:3.2.12
|-- org.springframework.boot:spring-boot-starter-validation:3.2.12
|-- org.springframework.boot:spring-boot-starter-oauth2-client:3.2.12
|-- org.springframework.boot:spring-boot-starter-actuator:3.2.12
|-- io.micrometer:micrometer-tracing:1.2.12
|-- org.springframework.boot:spring-boot-starter-webflux:3.2.12
|-- org.springframework.boot:spring-boot-configuration-processor:3.2.12
|-- org.springframework.cloud:spring-cloud-loadbalancer:4.1.5
|-- org.springframework.boot:spring-boot-devtools:3.2.12
|-- org.springframework.boot:spring-boot-starter-data-redis:3.2.12
|-- org.springframework.boot:spring-boot-starter-security:3.2.12
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.25
|-- org.jetbrains.kotlin:kotlin-reflect:1.9.25
|-- io.projectreactor.addons:reactor-extra:3.5.2
|-- io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.15.4
|-- com.fasterxml.jackson.core:jackson-databind:2.15.4
|-- io.grpc:grpc-protobuf:1.62.2
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.2.12
|-- org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:3.1.3