License |
License |
---|---|
Categories |
CategoriesData Sentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-datasource-extension |
Version | Version1.8.1 |
Type | Typejar |
Description |
DescriptionThe parent project of Sentinel
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-extension/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-datasource-extension</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-extension/
implementation 'com.alibaba.csp:sentinel-datasource-extension:1.8.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-extension/
implementation ("com.alibaba.csp:sentinel-datasource-extension:1.8.1")
'com.alibaba.csp:sentinel-datasource-extension:jar:1.8.1'
<dependency org="com.alibaba.csp" name="sentinel-datasource-extension" rev="1.8.1">
<artifact name="sentinel-datasource-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-datasource-extension', version='1.8.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-datasource-extension" % "1.8.1"
[com.alibaba.csp/sentinel-datasource-extension "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |