| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly.swarm |
| Идентификатор | Идентификаторhystrix |
| Версия | Версия2017.9.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hystrix-2017.9.4.pom | |
| hystrix-2017.9.4.jar | 20 KB |
| hystrix-2017.9.4-sources.jar | 8 KB |
| hystrix-2017.9.4-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>hystrix</artifactId>
<version>2017.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/
implementation 'org.wildfly.swarm:hystrix:2017.9.4'
// https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/
implementation ("org.wildfly.swarm:hystrix:2017.9.4")
'org.wildfly.swarm:hystrix:jar:2017.9.4'
<dependency org="org.wildfly.swarm" name="hystrix" rev="2017.9.4">
<artifact name="hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='hystrix', version='2017.9.4')
)
libraryDependencies += "org.wildfly.swarm" % "hystrix" % "2017.9.4"
[org.wildfly.swarm/hystrix "2017.9.4"]