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