| Категории |
КатегорииДанные config Библиотеки уровня приложения Configuration Sentinel Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.alibaba.csp |
| Идентификатор | Идентификаторsentinel-datasource-spring-cloud-config |
| Версия | Версия1.8.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-spring-cloud-config/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-datasource-spring-cloud-config</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-spring-cloud-config/
implementation 'com.alibaba.csp:sentinel-datasource-spring-cloud-config:1.8.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-datasource-spring-cloud-config/
implementation ("com.alibaba.csp:sentinel-datasource-spring-cloud-config:1.8.0")
'com.alibaba.csp:sentinel-datasource-spring-cloud-config:jar:1.8.0'
<dependency org="com.alibaba.csp" name="sentinel-datasource-spring-cloud-config" rev="1.8.0">
<artifact name="sentinel-datasource-spring-cloud-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-datasource-spring-cloud-config', version='1.8.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-datasource-spring-cloud-config" % "1.8.0"
[com.alibaba.csp/sentinel-datasource-spring-cloud-config "1.8.0"]