Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.zapodot |
ArtifactId | ArtifactIdhystrix-dropwizard-bundle |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zapodot/hystrix-dropwizard-bundle/ -->
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>hystrix-dropwizard-bundle</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zapodot/hystrix-dropwizard-bundle/
implementation 'org.zapodot:hystrix-dropwizard-bundle:1.0.1'
// https://jarcasting.com/artifacts/org.zapodot/hystrix-dropwizard-bundle/
implementation ("org.zapodot:hystrix-dropwizard-bundle:1.0.1")
'org.zapodot:hystrix-dropwizard-bundle:jar:1.0.1'
<dependency org="org.zapodot" name="hystrix-dropwizard-bundle" rev="1.0.1">
<artifact name="hystrix-dropwizard-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zapodot', module='hystrix-dropwizard-bundle', version='1.0.1')
)
libraryDependencies += "org.zapodot" % "hystrix-dropwizard-bundle" % "1.0.1"
[org.zapodot/hystrix-dropwizard-bundle "1.0.1"]