MicroProfile Health Specification

Eclipse MicroProfile Health - Parent POM

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-spec
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

pom
Description

Description

MicroProfile Health Specification
Eclipse MicroProfile Health - Parent POM
Project URL

Project URL

https://microprofile.io/project/eclipse/microprofile-health/microprofile-health-spec
Project Organization

Project Organization

Eclipse Foundation

Download microprofile-health-spec

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/ -->
<dependency>
    <groupId>org.eclipse.microprofile.health</groupId>
    <artifactId>microprofile-health-spec</artifactId>
    <version>4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/
implementation 'org.eclipse.microprofile.health:microprofile-health-spec:4.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/
implementation ("org.eclipse.microprofile.health:microprofile-health-spec:4.0")
'org.eclipse.microprofile.health:microprofile-health-spec:pom:4.0'
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-spec" rev="4.0">
  <artifact name="microprofile-health-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-spec', version='4.0')
)
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-spec" % "4.0"
[org.eclipse.microprofile.health/microprofile-health-spec "4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.0
4.0-RC3
4.0-RC2
4.0-RC1
3.1
3.1-RC3