License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-cluster |
Version | Version1.8.1 |
Type | Typepom |
Description |
DescriptionThe parent module of Sentinel cluster server
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-cluster-1.8.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.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-cluster/
implementation 'com.alibaba.csp:sentinel-cluster:1.8.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-cluster/
implementation ("com.alibaba.csp:sentinel-cluster:1.8.1")
'com.alibaba.csp:sentinel-cluster:pom:1.8.1'
<dependency org="com.alibaba.csp" name="sentinel-cluster" rev="1.8.1">
<artifact name="sentinel-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-cluster', version='1.8.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-cluster" % "1.8.1"
[com.alibaba.csp/sentinel-cluster "1.8.1"]