Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-spring-webmvc-adapter |
Version | Version1.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-spring-webmvc-adapter</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/
implementation 'com.alibaba.csp:sentinel-spring-webmvc-adapter:1.7.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/
implementation ("com.alibaba.csp:sentinel-spring-webmvc-adapter:1.7.1")
'com.alibaba.csp:sentinel-spring-webmvc-adapter:jar:1.7.1'
<dependency org="com.alibaba.csp" name="sentinel-spring-webmvc-adapter" rev="1.7.1">
<artifact name="sentinel-spring-webmvc-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-spring-webmvc-adapter', version='1.7.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-spring-webmvc-adapter" % "1.7.1"
[com.alibaba.csp/sentinel-spring-webmvc-adapter "1.7.1"]