Last Version

Dropwizard Health 1.7.2

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.

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-health
Version

Version

1.7.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/dropwizard/dropwizard-health
Source Code Management

Source Code Management

https://github.com/dropwizard/dropwizard-health

Download dropwizard-health 1.7.2


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

Dependencies

compile (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar

runtime (1)

Group / Artifact Type Version
javax.xml.bind : jaxb-api jar 2.3.1

test (8)

Group / Artifact Type Version
junit : junit jar
org.mockito : mockito-core jar
io.dropwizard : dropwizard-testing jar
org.awaitility : awaitility jar 4.2.0
com.github.tomakehurst : wiremock jar 2.27.2
org.eclipse.jetty : jetty-servlet jar
org.eclipse.jetty : jetty-http jar
org.assertj : assertj-core jar

Project Modules

There are no modules declared in this project.