| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.springframework.cloud |
| Идентификатор | Идентификаторspring-cloud-starter-netflix-hystrix-dashboard |
| Версия | Версия2.2.10.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Cloud Starter Netflix Hystrix Dashboard
Spring Cloud Starter Netflix Hystrix Dashboard
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-hystrix-dashboard/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
<version>2.2.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-hystrix-dashboard/
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:2.2.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-hystrix-dashboard/
implementation ("org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:2.2.10.RELEASE")
'org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:jar:2.2.10.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-netflix-hystrix-dashboard" rev="2.2.10.RELEASE">
<artifact name="spring-cloud-starter-netflix-hystrix-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-netflix-hystrix-dashboard', version='2.2.10.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-netflix-hystrix-dashboard" % "2.2.10.RELEASE"
[org.springframework.cloud/spring-cloud-starter-netflix-hystrix-dashboard "2.2.10.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.12.RELEASE |
| org.springframework.cloud : spring-cloud-starter | jar | 2.2.9.RELEASE |
| org.springframework.cloud : spring-cloud-netflix-hystrix-dashboard | jar | 2.2.10.RELEASE |
| org.springframework.cloud : spring-cloud-starter-netflix-archaius | jar | 2.2.10.RELEASE |