MVN

org.springframework.cloud : spring-cloud-gateway-core

Maven & Gradle

Nov 03, 2021
47 usages
4.3k stars

Spring Cloud Gateway Core · Spring Cloud Gateway Core (deprecated in favor of spring-cloud-gateway-server)

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-gateway-core</artifactId>
    <version>2.2.10.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud : spring-cloud-gateway-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.10.RELEASE

All Versions

Choose a version of org.springframework.cloud : spring-cloud-gateway-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
spring-cloud-gateway-core-2.2.10.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.9.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.8.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.7.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.6.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.5.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.4.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.3.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.2.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.1.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.2.0.RELEASE
3 vulnerabilities
2.1.x
spring-cloud-gateway-core-2.1.5.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.1.4.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.1.3.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.1.2.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.1.1.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.1.0.RELEASE
3 vulnerabilities
2.0.x
spring-cloud-gateway-core-2.0.4.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.0.3.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.0.2.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.0.1.RELEASE
3 vulnerabilities
spring-cloud-gateway-core-2.0.0.RELEASE
3 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-gateway-core</artifactId>
    <version>2.2.10.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.cloud : spring-cloud-gateway-core gradle dependency to your build.gradle file:

implementation 'org.springframework.cloud:spring-cloud-gateway-core:2.2.10.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.cloud : spring-cloud-gateway-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.cloud:spring-cloud-gateway-core:2.2.10.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.cloud : spring-cloud-gateway-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.cloud" % "spring-cloud-gateway-core" % "2.2.10.RELEASE"

Advertisement