MVN

pro.chenggang : spring-cloud-gateway-plugin

Maven & Gradle

Dec 03, 2019
168 stars

spring-cloud-gateway-plugin · Spring Cloud Gateway Plugin Project

<dependency>
    <groupId>pro.chenggang</groupId>
    <artifactId>spring-cloud-gateway-plugin</artifactId>
    <version>2.1.SR2.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.chenggang : spring-cloud-gateway-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.SR2.2.RELEASE

All Versions

Choose a version of pro.chenggang : spring-cloud-gateway-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-cloud-gateway-plugin-2.1.SR1.3.RELEASE
spring-cloud-gateway-plugin-2.1.SR2.2.RELEASE
spring-cloud-gateway-plugin-2.1.SR1.2.RELEASE
spring-cloud-gateway-plugin-2.1.SR2.1.RELEASE
spring-cloud-gateway-plugin-2.1.SR1.1.RELEASE
1.3.x
spring-cloud-gateway-plugin-1.3.2.RELEASE
spring-cloud-gateway-plugin-1.3.1.RELEASE
spring-cloud-gateway-plugin-1.3.0.RELEASE
1.2.x
spring-cloud-gateway-plugin-1.2.0.RELEASE
1.1.x
spring-cloud-gateway-plugin-1.1.0.RELEASE
1.0.x
spring-cloud-gateway-plugin-1.0.0.RELEASE

How to add a dependency to Maven

Add the following pro.chenggang : spring-cloud-gateway-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.chenggang</groupId>
    <artifactId>spring-cloud-gateway-plugin</artifactId>
    <version>2.1.SR2.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.chenggang : spring-cloud-gateway-plugin gradle dependency to your build.gradle file:

implementation 'pro.chenggang:spring-cloud-gateway-plugin:2.1.SR2.2.RELEASE'

Gradle Kotlin DSL: Add the following pro.chenggang : spring-cloud-gateway-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.chenggang:spring-cloud-gateway-plugin:2.1.SR2.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.chenggang : spring-cloud-gateway-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.chenggang" % "spring-cloud-gateway-plugin" % "2.1.SR2.2.RELEASE"