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