| Группа | Группаorg.wso2.msf4j.sample |
|---|---|
| Идентификатор | Идентификаторcircuitbreaker |
| Версия | Версия2.8.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| circuitbreaker-2.8.2.pom | |
| circuitbreaker-2.8.2.jar | 17 MB |
| circuitbreaker-2.8.2-sources.jar | 7 KB |
| circuitbreaker-2.8.2-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/ -->
<dependency>
<groupId>org.wso2.msf4j.sample</groupId>
<artifactId>circuitbreaker</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation 'org.wso2.msf4j.sample:circuitbreaker:2.8.2'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation ("org.wso2.msf4j.sample:circuitbreaker:2.8.2")
'org.wso2.msf4j.sample:circuitbreaker:jar:2.8.2'
<dependency org="org.wso2.msf4j.sample" name="circuitbreaker" rev="2.8.2">
<artifact name="circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='circuitbreaker', version='2.8.2')
)
libraryDependencies += "org.wso2.msf4j.sample" % "circuitbreaker" % "2.8.2"
[org.wso2.msf4j.sample/circuitbreaker "2.8.2"]