License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-demo-annotation-spring-aop |
Version | Version1.3.1 |
Type | Typejar |
Description |
DescriptionThe parent project of Sentinel
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-demo-annotation-spring-aop/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo-annotation-spring-aop</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-demo-annotation-spring-aop/
implementation 'com.alibaba.csp:sentinel-demo-annotation-spring-aop:1.3.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-demo-annotation-spring-aop/
implementation ("com.alibaba.csp:sentinel-demo-annotation-spring-aop:1.3.1")
'com.alibaba.csp:sentinel-demo-annotation-spring-aop:jar:1.3.1'
<dependency org="com.alibaba.csp" name="sentinel-demo-annotation-spring-aop" rev="1.3.1">
<artifact name="sentinel-demo-annotation-spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-demo-annotation-spring-aop', version='1.3.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-demo-annotation-spring-aop" % "1.3.1"
[com.alibaba.csp/sentinel-demo-annotation-spring-aop "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 1.3.1 |
com.alibaba.csp : sentinel-annotation-aspectj | jar | 1.3.1 |
com.alibaba.csp : sentinel-transport-simple-http | jar | 1.3.1 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.5.RELEASE |