is not current version
Last Version 2.0.0

com.github.mtakaki:dropwizard-circuitbreaker 0.0.6

A circuit breaker design pattern implementation.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.mtakaki
ArtifactId

ArtifactId

dropwizard-circuitbreaker
Version

Version

0.0.6
Type

Type

jar

Download dropwizard-circuitbreaker 0.0.6


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