License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-spring-webflux-adapter |
Version | Version1.8.4 |
Type | Typejar |
Description |
DescriptionThe adapters of Sentinel
|
Project Organization |
Project Organization |
<!-- 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.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webflux-adapter/
implementation 'com.alibaba.csp:sentinel-spring-webflux-adapter:1.8.4'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webflux-adapter/
implementation ("com.alibaba.csp:sentinel-spring-webflux-adapter:1.8.4")
'com.alibaba.csp:sentinel-spring-webflux-adapter:jar:1.8.4'
<dependency org="com.alibaba.csp" name="sentinel-spring-webflux-adapter" rev="1.8.4">
<artifact name="sentinel-spring-webflux-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-spring-webflux-adapter', version='1.8.4')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-spring-webflux-adapter" % "1.8.4"
[com.alibaba.csp/sentinel-spring-webflux-adapter "1.8.4"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 1.8.4 |
com.alibaba.csp : sentinel-reactor-adapter | jar | 1.8.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webflux | jar | 5.3.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.5.12 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.12 |