MVN

org.eclipse.microprofile.health : microprofile-health-api

Maven & Gradle

Oct 04, 2022
83 usages
86 stars

MicroProfile Health API · MicroProfile Health :: API

<dependency>
    <groupId>org.eclipse.microprofile.health</groupId>
    <artifactId>microprofile-health-api</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.health : microprofile-health-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1
  • Latest Release Candidate: 4.0-RC3

All Versions

Choose a version of org.eclipse.microprofile.health : microprofile-health-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • microprofile-health-api-4.0.1

    Oct 04, 2022
  • microprofile-health-api-4.0

    Nov 01, 2021
  • microprofile-health-api-4.0-RC3

    Sep 20, 2021
  • microprofile-health-api-4.0-RC2

    Sep 14, 2021
  • microprofile-health-api-4.0-RC1

    Aug 26, 2021
  • microprofile-health-api-3.1

    Jun 08, 2021
  • microprofile-health-api-3.1-RC3

    Jun 08, 2021
  • microprofile-health-api-3.1-RC2

    May 20, 2021
  • microprofile-health-api-3.1-RC1

    May 13, 2021
  • microprofile-health-api-3.0

    Nov 20, 2020
  • microprofile-health-api-3.0-RC5

    Sep 21, 2020
  • microprofile-health-api-3.0-RC4

    Sep 15, 2020
  • microprofile-health-api-3.0-RC3

    Jul 28, 2020
  • microprofile-health-api-3.0-RC2

    Jul 27, 2020
  • microprofile-health-api-3.0-RC1

    Jul 21, 2020
  • microprofile-health-api-2.2

    Feb 12, 2020
  • microprofile-health-api-2.2-RC3

    Feb 04, 2020
  • microprofile-health-api-2.2-RC2

    Jan 30, 2020
  • microprofile-health-api-2.2-RC1

    Jan 22, 2020
  • microprofile-health-api-2.1

    Sep 10, 2019
  • microprofile-health-api-2.0.1

    May 22, 2019
  • microprofile-health-api-2.0

    May 15, 2019
  • microprofile-health-api-2.0-RC1

    May 04, 2019
  • microprofile-health-api-1.0

    Sep 15, 2017

How to add a dependency to Maven

Add the following org.eclipse.microprofile.health : microprofile-health-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.microprofile.health</groupId>
    <artifactId>microprofile-health-api</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.microprofile.health : microprofile-health-api gradle dependency to your build.gradle file:

implementation 'org.eclipse.microprofile.health:microprofile-health-api:4.0.1'

Gradle Kotlin DSL: Add the following org.eclipse.microprofile.health : microprofile-health-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.microprofile.health:microprofile-health-api:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.microprofile.health : microprofile-health-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-api" % "4.0.1"