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