MVN

org.apache.servicecomb : spring-boot2-starter-gateway

Maven & Gradle

Feb 20, 2023
2 usages
1.8k stars

Java Chassis::Spring Boot2 Starter::Gateway

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>spring-boot2-starter-gateway</artifactId>
    <version>1.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : spring-boot2-starter-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.11

All Versions

Choose a version of org.apache.servicecomb : spring-boot2-starter-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
spring-boot2-starter-gateway-1.3.11
spring-boot2-starter-gateway-1.3.10
spring-boot2-starter-gateway-1.3.9
spring-boot2-starter-gateway-1.3.8
spring-boot2-starter-gateway-1.3.7
spring-boot2-starter-gateway-1.3.6
spring-boot2-starter-gateway-1.3.5
spring-boot2-starter-gateway-1.3.3
spring-boot2-starter-gateway-1.3.2
spring-boot2-starter-gateway-1.3.1
spring-boot2-starter-gateway-1.3.0
1.2.x
spring-boot2-starter-gateway-1.2.1
spring-boot2-starter-gateway-1.2.0

How to add a dependency to Maven

Add the following org.apache.servicecomb : spring-boot2-starter-gateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>spring-boot2-starter-gateway</artifactId>
    <version>1.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : spring-boot2-starter-gateway gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:spring-boot2-starter-gateway:1.3.11'

Gradle Kotlin DSL: Add the following org.apache.servicecomb : spring-boot2-starter-gateway gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicecomb:spring-boot2-starter-gateway:1.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : spring-boot2-starter-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "spring-boot2-starter-gateway" % "1.3.11"

Advertisement