License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-gateway-core |
Last Version | Last Version2.2.10.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Gateway Core
Spring Cloud Gateway Core (deprecated in favor of spring-cloud-gateway-server)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-core/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-core</artifactId>
<version>2.2.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-core/
implementation 'org.springframework.cloud:spring-cloud-gateway-core:2.2.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gateway-core/
implementation ("org.springframework.cloud:spring-cloud-gateway-core:2.2.10.RELEASE")
'org.springframework.cloud:spring-cloud-gateway-core:jar:2.2.10.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-gateway-core" rev="2.2.10.RELEASE">
<artifact name="spring-cloud-gateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gateway-core', version='2.2.10.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-core" % "2.2.10.RELEASE"
[org.springframework.cloud/spring-cloud-gateway-core "2.2.10.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-gateway-server | jar | 2.2.10.RELEASE |