s

spring-boot2-starter-gateway

Files download
File Operation
spring-boot2-starter-gateway-1.3.11.jar download
spring-boot2-starter-gateway-1.3.11.pom download
spring-boot2-starter-gateway-1.3.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicecomb</groupId>
  <artifactId>spring-boot2-starter-gateway</artifactId>
  <version>1.3.11</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicecomb:spring-boot2-starter-gateway:1.3.11'
Gradle Kotlin
implementation("org.apache.servicecomb:spring-boot2-starter-gateway:1.3.11")
Scala SBT
libraryDependencies += "org.apache.servicecomb" % "spring-boot2-starter-gateway" % "1.3.11"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicecomb', module='spring-boot2-starter-gateway', version='1.3.11')
)
Apache Ivy
<dependency org="org.apache.servicecomb" name="spring-boot2-starter-gateway" rev="1.3.11" />
Leiningen
[org.apache.servicecomb/spring-boot2-starter-gateway "1.3.11"]
Apache Buildr
'org.apache.servicecomb:spring-boot2-starter-gateway:jar:1.3.11'