<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>4.2.0</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-server" % "4.2.0"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gateway-server', version='4.2.0')
)
<dependency org="org.springframework.cloud" name="spring-cloud-gateway-server" rev="4.2.0" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gateway</artifactId> <version>4.2.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:3.4.0
|-- org.springframework.boot:spring-boot-starter-validation:3.4.0
|-- org.springframework.boot:spring-boot-starter-oauth2-client:3.4.0
|-- org.springframework.boot:spring-boot-starter-actuator:3.4.0
|-- io.micrometer:micrometer-tracing:1.4.0
|-- org.springframework.boot:spring-boot-starter-webflux:3.4.0
|-- org.springframework.boot:spring-boot-configuration-processor:3.4.0
|-- org.springframework.cloud:spring-cloud-loadbalancer:4.2.0
|-- org.springframework.boot:spring-boot-devtools:3.4.0
|-- org.springframework.boot:spring-boot-starter-data-redis:3.4.0
|-- org.springframework.boot:spring-boot-starter-security:3.4.0
|-- 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.18.1
|-- com.fasterxml.jackson.core:jackson-databind:2.18.1
|-- io.grpc:grpc-protobuf:1.68.1
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.4.0
|-- org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:3.2.0