License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Sentinel |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-spring-boot-starter |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionThe adapters of Sentinel
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-boot-starter/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-spring-boot-starter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-boot-starter/
implementation 'com.alibaba.csp:sentinel-spring-boot-starter:0.1.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-boot-starter/
implementation ("com.alibaba.csp:sentinel-spring-boot-starter:0.1.0")
'com.alibaba.csp:sentinel-spring-boot-starter:jar:0.1.0'
<dependency org="com.alibaba.csp" name="sentinel-spring-boot-starter" rev="0.1.0">
<artifact name="sentinel-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-spring-boot-starter', version='0.1.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-spring-boot-starter" % "0.1.0"
[com.alibaba.csp/sentinel-spring-boot-starter "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 0.1.0 |
com.alibaba.csp : sentinel-transport-simple-http | jar | 0.1.0 |
com.alibaba.csp : sentinel-web-servlet | jar | 0.1.0 |
com.alibaba.csp : sentinel-dubbo-adapter | jar | 0.1.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.springframework.boot : spring-boot-starter | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-actuator Optional | jar | 1.5.14.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 1.5.14.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.14.RELEASE |
junit : junit | jar | 4.12 |