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

compile

|-- org.springframework.boot:spring-boot-starter-aop:3.2.4

|-- org.springframework.boot:spring-boot-actuator:3.2.4

|-- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.4

|-- org.springframework.boot:spring-boot-configuration-processor:3.2.4

|-- org.springframework.boot:spring-boot:3.2.4

|-- org.springframework.boot:spring-boot-autoconfigure:3.2.4

|-- org.springframework.boot:spring-boot-starter:3.2.4

|-- org.springframework.boot:spring-boot-starter-web:3.2.4

|-- org.springframework.boot:spring-boot-starter-webflux:3.2.4

|-- org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1

|-- org.springframework.cloud:spring-cloud-commons:4.1.2

|-- org.springframework.cloud:spring-cloud-starter-loadbalancer:4.1.2

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

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

|-- com.alibaba.cloud:spring-cloud-circuitbreaker-sentinel:2023.0.1.0

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

|-- com.alibaba.csp:sentinel-spring-webmvc-6x-adapter:1.8.6

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

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

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

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

|-- com.alibaba.cloud:spring-cloud-alibaba-sentinel-datasource:2023.0.1.0

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