is not current version
Last Version 1.2.0

net.secodo.jcircuitbreaker:jcircuitbreaker-core 1.1

A java library implementing a Circuit Breaker approach. Allowing to limit calls to certian methods basing on defined strategy

Categories

Categories

Net
GroupId

GroupId

net.secodo.jcircuitbreaker
ArtifactId

ArtifactId

jcircuitbreaker-core
Version

Version

1.1
Type

Type

jar

Download jcircuitbreaker-core 1.1


<!-- https://jarcasting.com/artifacts/net.secodo.jcircuitbreaker/jcircuitbreaker-core/ -->
<dependency>
    <groupId>net.secodo.jcircuitbreaker</groupId>
    <artifactId>jcircuitbreaker-core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.secodo.jcircuitbreaker/jcircuitbreaker-core/
implementation 'net.secodo.jcircuitbreaker:jcircuitbreaker-core:1.1'
// https://jarcasting.com/artifacts/net.secodo.jcircuitbreaker/jcircuitbreaker-core/
implementation ("net.secodo.jcircuitbreaker:jcircuitbreaker-core:1.1")
'net.secodo.jcircuitbreaker:jcircuitbreaker-core:jar:1.1'
<dependency org="net.secodo.jcircuitbreaker" name="jcircuitbreaker-core" rev="1.1">
  <artifact name="jcircuitbreaker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.secodo.jcircuitbreaker', module='jcircuitbreaker-core', version='1.1')
)
libraryDependencies += "net.secodo.jcircuitbreaker" % "jcircuitbreaker-core" % "1.1"
[net.secodo.jcircuitbreaker/jcircuitbreaker-core "1.1"]