| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSentinel Контейнер Микросервисы |
| Группа | Группаcom.alibaba.csp |
| Идентификатор | Идентификаторsentinel-spring-webmvc-adapter |
| Последняя версия | Последняя версия1.8.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe adapters of Sentinel
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-spring-webmvc-adapter</artifactId>
<version>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/
implementation 'com.alibaba.csp:sentinel-spring-webmvc-adapter:1.8.4'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-spring-webmvc-adapter/
implementation ("com.alibaba.csp:sentinel-spring-webmvc-adapter:1.8.4")
'com.alibaba.csp:sentinel-spring-webmvc-adapter:jar:1.8.4'
<dependency org="com.alibaba.csp" name="sentinel-spring-webmvc-adapter" rev="1.8.4">
<artifact name="sentinel-spring-webmvc-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-spring-webmvc-adapter', version='1.8.4')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-spring-webmvc-adapter" % "1.8.4"
[com.alibaba.csp/sentinel-spring-webmvc-adapter "1.8.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.alibaba.csp : sentinel-core | jar | 1.8.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.springframework : spring-webmvc | jar | 5.3.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.12 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.12 |
| com.alibaba : fastjson | jar | 1.2.75 |
| junit : junit | jar | 4.12 |