s

sentinel-parameter-flow-control

文件下载
文件名 操作
sentinel-parameter-flow-control-1.8.6.jar 下载
sentinel-parameter-flow-control-1.8.6.pom 下载
sentinel-parameter-flow-control-1.8.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.csp</groupId>
  <artifactId>sentinel-parameter-flow-control</artifactId>
  <version>1.8.6</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.csp:sentinel-parameter-flow-control:1.8.6'
Gradle Kotlin
implementation("com.alibaba.csp:sentinel-parameter-flow-control:1.8.6")
Scala SBT
libraryDependencies += "com.alibaba.csp" % "sentinel-parameter-flow-control" % "1.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.csp', module='sentinel-parameter-flow-control', version='1.8.6')
)
Apache Ivy
<dependency org="com.alibaba.csp" name="sentinel-parameter-flow-control" rev="1.8.6" />
Leiningen
[com.alibaba.csp/sentinel-parameter-flow-control "1.8.6"]
Apache Buildr
'com.alibaba.csp:sentinel-parameter-flow-control:jar:1.8.6'