не последняя версия
Последняя версия 1.8.4

com.alibaba.csp:sentinel-cluster 1.8.0

The parent module of Sentinel cluster server

Категории

Категории

Sentinel Контейнер Микросервисы
Группа

Группа

com.alibaba.csp
Идентификатор

Идентификатор

sentinel-cluster
Версия

Версия

1.8.0
Тип

Тип

pom

Скачать sentinel-cluster 1.8.0

Имя Файла Размер
sentinel-cluster-1.8.0.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-cluster/ -->
<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-cluster</artifactId>
    <version>1.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-cluster/
implementation 'com.alibaba.csp:sentinel-cluster:1.8.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-cluster/
implementation ("com.alibaba.csp:sentinel-cluster:1.8.0")
'com.alibaba.csp:sentinel-cluster:pom:1.8.0'
<dependency org="com.alibaba.csp" name="sentinel-cluster" rev="1.8.0">
  <artifact name="sentinel-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-cluster', version='1.8.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-cluster" % "1.8.0"
[com.alibaba.csp/sentinel-cluster "1.8.0"]