s

spring-cloud-alibaba-sentinel-gateway

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