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