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