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