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