License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-gateway-server |
Version | Version3.0.3 |
Type | Typejar |
Description |
DescriptionSpring Cloud Gateway Server
Spring Cloud Gateway Server
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-server/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-server/
implementation 'org.springframework.cloud:spring-cloud-gateway-server:3.0.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-server/
implementation ("org.springframework.cloud:spring-cloud-gateway-server:3.0.3")
'org.springframework.cloud:spring-cloud-gateway-server:jar:3.0.3'
<dependency org="org.springframework.cloud" name="spring-cloud-gateway-server" rev="3.0.3">
<artifact name="spring-cloud-gateway-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gateway-server', version='3.0.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-server" % "3.0.3"
[org.springframework.cloud/spring-cloud-gateway-server "3.0.3"]