s

spring-cloud-alibaba-sentinel-gateway

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