MVN

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

Maven & Gradle

May 20, 2021
86 stars

MicroProfile Health Specification

<dependency>
    <groupId>org.eclipse.microprofile.health.specs</groupId>
    <artifactId>microprofile-health-spec</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.health.specs : microprofile-health-spec to add to Maven - Latest Versions:

  • Latest Stable: 3.0
  • Latest Release Candidate: 3.1-RC2

All Versions

Choose a version of org.eclipse.microprofile.health.specs : microprofile-health-spec to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
microprofile-health-spec-3.1-RC2
microprofile-health-spec-3.1-RC1
3.0
microprofile-health-spec-3.0
microprofile-health-spec-3.0-RC5
microprofile-health-spec-3.0-RC4
microprofile-health-spec-3.0-RC3
microprofile-health-spec-3.0-RC2
microprofile-health-spec-3.0-RC1
2.2
microprofile-health-spec-2.2
microprofile-health-spec-2.2-RC3
microprofile-health-spec-2.2-RC2
microprofile-health-spec-2.2-RC1
2.1
microprofile-health-spec-2.1
2.0.x
microprofile-health-spec-2.0.1
2.0
microprofile-health-spec-2.0
microprofile-health-spec-2.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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