MVN

de.otto.edison : health

Maven & Gradle

Nov 26, 2015
1 usages
117 stars

health · Status library of the edison-microservice project.

<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>health</artifactId>
    <version>0.44.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.otto.edison : health to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.44.0

All Versions

Choose a version of de.otto.edison : health to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.44.x
health-0.44.0
0.43.x
health-0.43.0
0.42.x
health-0.42.3
health-0.42.2
health-0.42.1
health-0.42.0
0.41.x
health-0.41.0
0.40.x
health-0.40.0
0.39.x
health-0.39.1
health-0.39.0
0.38.x
health-0.38.0
0.37.x
health-0.37.0
0.36.x
health-0.36.0
0.35.x
health-0.35.0
0.34.x
health-0.34.0
0.33.x
health-0.33.0
0.32.x
health-0.32.0
0.31.x
health-0.31.0
0.30.x
health-0.30.0
0.29.x
health-0.29.0
0.28.x
health-0.28.3
health-0.28.2
health-0.28.1
health-0.28.0
0.27.x
health-0.27.0
0.26.x
health-0.26.0
0.25.x
health-0.25.0
0.24.x
health-0.24.0
0.23.x
health-0.23.0
0.22.x
health-0.22.0
0.21.x
health-0.21.0
0.20.x
health-0.20.0
0.19.x
health-0.19.0
0.18.x
health-0.18.0
0.16.x
health-0.16.0
0.15.x
health-0.15.4
health-0.15.3
0.14.x
health-0.14.0
0.13.x
health-0.13.0
0.12.x
health-0.12.0
0.11.x
health-0.11.0
0.10.x
health-0.10.0
0.9.x
health-0.9.0
0.8.x
health-0.8.0
0.7.x
health-0.7.0
0.6.x
health-0.6.0
0.5.x
health-0.5.0
0.4.x
health-0.4.0
0.3.x
health-0.3.0
0.2.x
health-0.2.0
0.1.x
health-0.1.0
0.0.x
health-0.0.3

How to add a dependency to Maven

Add the following de.otto.edison : health maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>health</artifactId>
    <version>0.44.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.otto.edison : health gradle dependency to your build.gradle file:

implementation 'de.otto.edison:health:0.44.0'

Gradle Kotlin DSL: Add the following de.otto.edison : health gradle kotlin dependency to your build.gradle.kts file:

implementation("de.otto.edison:health:0.44.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.otto.edison : health sbt scala dependency to your build.sbt file:

libraryDependencies += "de.otto.edison" % "health" % "0.44.0"