s

spring-boot2-starter-gateway

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