License |
License |
---|---|
GroupId | GroupIdpro.chenggang |
ArtifactId | ArtifactIdspring-cloud-gateway-plugin |
Last Version | Last Version2.1.SR2.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-cloud-gateway-plugin
Spring Cloud Gateway Plugin Project
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/pro.chenggang/spring-cloud-gateway-plugin/ -->
<dependency>
<groupId>pro.chenggang</groupId>
<artifactId>spring-cloud-gateway-plugin</artifactId>
<version>2.1.SR2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/pro.chenggang/spring-cloud-gateway-plugin/
implementation 'pro.chenggang:spring-cloud-gateway-plugin:2.1.SR2.2.RELEASE'
// https://jarcasting.com/artifacts/pro.chenggang/spring-cloud-gateway-plugin/
implementation ("pro.chenggang:spring-cloud-gateway-plugin:2.1.SR2.2.RELEASE")
'pro.chenggang:spring-cloud-gateway-plugin:jar:2.1.SR2.2.RELEASE'
<dependency org="pro.chenggang" name="spring-cloud-gateway-plugin" rev="2.1.SR2.2.RELEASE">
<artifact name="spring-cloud-gateway-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.chenggang', module='spring-cloud-gateway-plugin', version='2.1.SR2.2.RELEASE')
)
libraryDependencies += "pro.chenggang" % "spring-cloud-gateway-plugin" % "2.1.SR2.2.RELEASE"
[pro.chenggang/spring-cloud-gateway-plugin "2.1.SR2.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-webflux | jar | 2.1.10.RELEASE |
org.springframework.cloud : spring-cloud-starter-gateway | jar | |
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client Optional | jar | |
org.springframework.cloud : spring-cloud-starter-netflix-ribbon Optional | jar | |
org.springframework.cloud : spring-cloud-starter-netflix-hystrix Optional | jar | |
org.projectlombok : lombok Optional | jar | 1.18.10 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.10.RELEASE |
com.alibaba : fastjson | jar | 1.2.47 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.10.RELEASE |