License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-gateway |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-cloud-starter-gateway
Spring Cloud Starter
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-cloud-starter-gateway-3.1.3.pom | |
spring-cloud-starter-gateway-3.1.3.jar | 2 KB |
spring-cloud-starter-gateway-3.1.3-javadoc.jar | 323 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-gateway/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-gateway/
implementation 'org.springframework.cloud:spring-cloud-starter-gateway:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-gateway/
implementation ("org.springframework.cloud:spring-cloud-starter-gateway:3.1.3")
'org.springframework.cloud:spring-cloud-starter-gateway:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-gateway" rev="3.1.3">
<artifact name="spring-cloud-starter-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-gateway', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-gateway" % "3.1.3"
[org.springframework.cloud/spring-cloud-starter-gateway "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-gateway-server | jar | 3.1.3 |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.6.8 |
org.springframework.cloud : spring-cloud-starter-loadbalancer Optional | jar | 3.1.3 |