Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdguru.breakthemonolith |
ArtifactId | ArtifactIdbtm-DropwizardHealthChecks-rabbitmq |
Version | Version0.1.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/guru.breakthemonolith/btm-DropwizardHealthChecks-rabbitmq/ -->
<dependency>
<groupId>guru.breakthemonolith</groupId>
<artifactId>btm-DropwizardHealthChecks-rabbitmq</artifactId>
<version>0.1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/guru.breakthemonolith/btm-DropwizardHealthChecks-rabbitmq/
implementation 'guru.breakthemonolith:btm-DropwizardHealthChecks-rabbitmq:0.1.0-rc1'
// https://jarcasting.com/artifacts/guru.breakthemonolith/btm-DropwizardHealthChecks-rabbitmq/
implementation ("guru.breakthemonolith:btm-DropwizardHealthChecks-rabbitmq:0.1.0-rc1")
'guru.breakthemonolith:btm-DropwizardHealthChecks-rabbitmq:jar:0.1.0-rc1'
<dependency org="guru.breakthemonolith" name="btm-DropwizardHealthChecks-rabbitmq" rev="0.1.0-rc1">
<artifact name="btm-DropwizardHealthChecks-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.breakthemonolith', module='btm-DropwizardHealthChecks-rabbitmq', version='0.1.0-rc1')
)
libraryDependencies += "guru.breakthemonolith" % "btm-DropwizardHealthChecks-rabbitmq" % "0.1.0-rc1"
[guru.breakthemonolith/btm-DropwizardHealthChecks-rabbitmq "0.1.0-rc1"]