s

sentinel-spring-webflux-adapter

Files download
File Operation
sentinel-spring-webflux-adapter-1.8.4.jar download
sentinel-spring-webflux-adapter-1.8.4.pom download
sentinel-spring-webflux-adapter-1.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.csp</groupId>
  <artifactId>sentinel-spring-webflux-adapter</artifactId>
  <version>1.8.4</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.csp:sentinel-spring-webflux-adapter:1.8.4'
Gradle Kotlin
implementation("com.alibaba.csp:sentinel-spring-webflux-adapter:1.8.4")
Scala SBT
libraryDependencies += "com.alibaba.csp" % "sentinel-spring-webflux-adapter" % "1.8.4"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.csp', module='sentinel-spring-webflux-adapter', version='1.8.4')
)
Apache Ivy
<dependency org="com.alibaba.csp" name="sentinel-spring-webflux-adapter" rev="1.8.4" />
Leiningen
[com.alibaba.csp/sentinel-spring-webflux-adapter "1.8.4"]
Apache Buildr
'com.alibaba.csp:sentinel-spring-webflux-adapter:jar:1.8.4'