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