is not current version
Last Version 1.7.2

io.dropwizard.modules:dropwizard-health 1.5.0

Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes an endpoint that can be called by a load balancer to determine if the application is healthy and thus able to retrieve traffic.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-health
Version

Version

1.5.0
Type

Type

jar

Download dropwizard-health 1.5.0


<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-health/ -->
<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-health</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-health/
implementation 'io.dropwizard.modules:dropwizard-health:1.5.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-health/
implementation ("io.dropwizard.modules:dropwizard-health:1.5.0")
'io.dropwizard.modules:dropwizard-health:jar:1.5.0'
<dependency org="io.dropwizard.modules" name="dropwizard-health" rev="1.5.0">
  <artifact name="dropwizard-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-health', version='1.5.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-health" % "1.5.0"
[io.dropwizard.modules/dropwizard-health "1.5.0"]