| GroupId | GroupIdorg.wso2.msf4j.sample |
|---|---|
| ArtifactId | ArtifactIdcircuitbreaker |
| Version | Version2.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| circuitbreaker-2.6.3.pom | |
| circuitbreaker-2.6.3.jar | 15 MB |
| circuitbreaker-2.6.3-sources.jar | 7 KB |
| circuitbreaker-2.6.3-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/ -->
<dependency>
<groupId>org.wso2.msf4j.sample</groupId>
<artifactId>circuitbreaker</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation 'org.wso2.msf4j.sample:circuitbreaker:2.6.3'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation ("org.wso2.msf4j.sample:circuitbreaker:2.6.3")
'org.wso2.msf4j.sample:circuitbreaker:jar:2.6.3'
<dependency org="org.wso2.msf4j.sample" name="circuitbreaker" rev="2.6.3">
<artifact name="circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='circuitbreaker', version='2.6.3')
)
libraryDependencies += "org.wso2.msf4j.sample" % "circuitbreaker" % "2.6.3"
[org.wso2.msf4j.sample/circuitbreaker "2.6.3"]