d

dropwizard-health

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.
https://github.com/dropwizard/dropwizard-health
Apache 2.0
Michael Zamani Peter Stackle
Files download
File Operation
dropwizard-health-1.6.0.jar download
dropwizard-health-1.6.0.pom download
dropwizard-health-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard.modules</groupId>
  <artifactId>dropwizard-health</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.modules:dropwizard-health:1.6.0'
Gradle Kotlin
implementation("io.dropwizard.modules:dropwizard-health:1.6.0")
Scala SBT
libraryDependencies += "io.dropwizard.modules" % "dropwizard-health" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.modules', module='dropwizard-health', version='1.6.0')
)
Apache Ivy
<dependency org="io.dropwizard.modules" name="dropwizard-health" rev="1.6.0" />
Leiningen
[io.dropwizard.modules/dropwizard-health "1.6.0"]
Apache Buildr
'io.dropwizard.modules:dropwizard-health:jar:1.6.0'