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