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

compile

|-- org.springframework.boot:spring-boot-starter-aop:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-actuator:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-configuration-processor:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-autoconfigure:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-webflux:2.3.12.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-openfeign:2.2.9.RELEASE

|-- org.springframework.cloud:spring-cloud-commons:2.2.9.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.9.RELEASE

|-- com.alibaba.csp:sentinel-transport-simple-http:1.8.4

|-- com.alibaba.csp:sentinel-annotation-aspectj:1.8.4

|-- com.alibaba.cloud:spring-cloud-circuitbreaker-sentinel:2.2.8.RELEASE

|-- com.alibaba.csp:sentinel-spring-webflux-adapter:1.8.4

|-- com.alibaba.csp:sentinel-spring-webmvc-adapter:1.8.4

|-- com.alibaba.csp:sentinel-parameter-flow-control:1.8.4

|-- com.alibaba.csp:sentinel-api-gateway-adapter-common:1.8.4

|-- com.alibaba.csp:sentinel-cluster-server-default:1.8.4

|-- com.alibaba.csp:sentinel-cluster-client-default:1.8.4

|-- com.alibaba.cloud:spring-cloud-alibaba-sentinel-datasource:2.2.8.RELEASE

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.4