MVN

io.dropwizard : dropwizard-health

Maven & Gradle

Jun 20, 2023
2 usages
8.4k stars

Dropwizard Health Checking Support

<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-health</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dropwizard : dropwizard-health to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1
  • Latest Beta: 4.0.0-beta.4

All Versions

Choose a version of io.dropwizard : dropwizard-health to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-health-4.0.1
dropwizard-health-4.0.0
dropwizard-health-4.0.0-beta.4
dropwizard-health-4.0.0-beta.3
dropwizard-health-4.0.0-beta.2
dropwizard-health-4.0.0-beta.1
3.0.x
dropwizard-health-3.0.1
dropwizard-health-3.0.0
dropwizard-health-3.0.0-beta.5
dropwizard-health-3.0.0-beta.4
dropwizard-health-3.0.0-beta.3
dropwizard-health-3.0.0-beta.2
dropwizard-health-3.0.0-beta.1
2.1.x
dropwizard-health-2.1.7
dropwizard-health-2.1.6
dropwizard-health-2.1.5
dropwizard-health-2.1.4
dropwizard-health-2.1.3
dropwizard-health-2.1.2
dropwizard-health-2.1.1
dropwizard-health-2.1.0
dropwizard-health-2.1.0-beta.9
dropwizard-health-2.1.0-beta.8
dropwizard-health-2.1.0-beta.7
dropwizard-health-2.1.0-beta.6
dropwizard-health-2.1.0-beta.5
dropwizard-health-2.1.0-beta.4
dropwizard-health-2.1.0-beta.3
dropwizard-health-2.1.0-beta.2

How to add a dependency to Maven

Add the following io.dropwizard : dropwizard-health maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-health</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dropwizard : dropwizard-health gradle dependency to your build.gradle file:

implementation 'io.dropwizard:dropwizard-health:4.0.1'

Gradle Kotlin DSL: Add the following io.dropwizard : dropwizard-health gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dropwizard:dropwizard-health:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dropwizard : dropwizard-health sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dropwizard" % "dropwizard-health" % "4.0.1"

Advertisement

Dependencies from Group

Jun 20, 2023
695 usages
8.4k stars
Jun 20, 2023
356 usages
8.4k stars
Jun 20, 2023
206 usages
8.4k stars
Jun 20, 2023
206 usages
8.4k stars
Jun 20, 2023
180 usages
8.4k stars

Discover Dependencies