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

com.alibaba.csp:sentinel-parent 1.5.0

The parent project of Sentinel

Категории

Категории

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

Группа

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

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

sentinel-parent
Версия

Версия

1.5.0
Тип

Тип

pom

Скачать sentinel-parent 1.5.0

Имя Файла Размер
sentinel-parent-1.5.0.pom 12 KB
Обзор

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