| GroupId | GroupIdorg.wso2.msf4j.sample |
|---|---|
| ArtifactId | ArtifactIdcircuitbreaker |
| Version | Version2.5.0-beta |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/ -->
<dependency>
<groupId>org.wso2.msf4j.sample</groupId>
<artifactId>circuitbreaker</artifactId>
<version>2.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation 'org.wso2.msf4j.sample:circuitbreaker:2.5.0-beta'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/circuitbreaker/
implementation ("org.wso2.msf4j.sample:circuitbreaker:2.5.0-beta")
'org.wso2.msf4j.sample:circuitbreaker:jar:2.5.0-beta'
<dependency org="org.wso2.msf4j.sample" name="circuitbreaker" rev="2.5.0-beta">
<artifact name="circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='circuitbreaker', version='2.5.0-beta')
)
libraryDependencies += "org.wso2.msf4j.sample" % "circuitbreaker" % "2.5.0-beta"
[org.wso2.msf4j.sample/circuitbreaker "2.5.0-beta"]