MVN

org.eclipse.microprofile.health : microprofile-health-spec

Maven & Gradle

Oct 04, 2022
83 stars

MicroProfile Health Specification

<dependency>
    <groupId>org.eclipse.microprofile.health</groupId>
    <artifactId>microprofile-health-spec</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-spec to add to Maven - 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-spec to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
microprofile-health-spec-4.0.1
4.0
microprofile-health-spec-4.0
microprofile-health-spec-4.0-RC3
microprofile-health-spec-4.0-RC2
microprofile-health-spec-4.0-RC1
3.1
microprofile-health-spec-3.1
microprofile-health-spec-3.1-RC3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement