Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.mtakaki |
ArtifactId | ArtifactIddropwizard-circuitbreaker |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/ -->
<dependency>
<groupId>com.github.mtakaki</groupId>
<artifactId>dropwizard-circuitbreaker</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/
implementation 'com.github.mtakaki:dropwizard-circuitbreaker:0.0.5'
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-circuitbreaker/
implementation ("com.github.mtakaki:dropwizard-circuitbreaker:0.0.5")
'com.github.mtakaki:dropwizard-circuitbreaker:jar:0.0.5'
<dependency org="com.github.mtakaki" name="dropwizard-circuitbreaker" rev="0.0.5">
<artifact name="dropwizard-circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mtakaki', module='dropwizard-circuitbreaker', version='0.0.5')
)
libraryDependencies += "com.github.mtakaki" % "dropwizard-circuitbreaker" % "0.0.5"
[com.github.mtakaki/dropwizard-circuitbreaker "0.0.5"]