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