| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.otto.edison |
| Идентификатор | Идентификаторhystrix |
| Последняя версия | Последняя версия0.44.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhystrix
Hystrix library of the edison-microservice project.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| hystrix-0.44.0.pom | |
| hystrix-0.44.0.jar | 8 KB |
| hystrix-0.44.0-sources.jar | 4 KB |
| hystrix-0.44.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.otto.edison/hystrix/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>hystrix</artifactId>
<version>0.44.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/hystrix/
implementation 'de.otto.edison:hystrix:0.44.0'
// https://jarcasting.com/artifacts/de.otto.edison/hystrix/
implementation ("de.otto.edison:hystrix:0.44.0")
'de.otto.edison:hystrix:jar:0.44.0'
<dependency org="de.otto.edison" name="hystrix" rev="0.44.0">
<artifact name="hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='hystrix', version='0.44.0')
)
libraryDependencies += "de.otto.edison" % "hystrix" % "0.44.0"
[de.otto.edison/hystrix "0.44.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.netflix.hystrix : hystrix-metrics-event-stream | jar | 1.4.21 |
| net.jcip : jcip-annotations | jar | 1.0 |
| com.ning : async-http-client | jar | 1.9.31 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.3.0.RELEASE |
| com.netflix.hystrix : hystrix-core | jar | 1.4.21 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.springframework.boot : spring-boot | jar | 1.3.0.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.otto.edison » testsupport | jar | 0.44.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.testng : testng | jar | 6.9.9 |