is not current version
Last Version 2.0.0

com.github.mtakaki:dropwizard-circuitbreaker 1.0.5

A circuit breaker design pattern implementation.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.mtakaki
ArtifactId

ArtifactId

dropwizard-circuitbreaker
Version

Version

1.0.5
Type

Type

jar

Download dropwizard-circuitbreaker 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/ -->
<dependency>
    <groupId>com.github.mtakaki</groupId>
    <artifactId>dropwizard-circuitbreaker</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/
implementation 'com.github.mtakaki:dropwizard-circuitbreaker:1.0.5'
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/
implementation ("com.github.mtakaki:dropwizard-circuitbreaker:1.0.5")
'com.github.mtakaki:dropwizard-circuitbreaker:jar:1.0.5'
<dependency org="com.github.mtakaki" name="dropwizard-circuitbreaker" rev="1.0.5">
  <artifact name="dropwizard-circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mtakaki', module='dropwizard-circuitbreaker', version='1.0.5')
)
libraryDependencies += "com.github.mtakaki" % "dropwizard-circuitbreaker" % "1.0.5"
[com.github.mtakaki/dropwizard-circuitbreaker "1.0.5"]