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