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