is not current version
Last Version 4.0

org.eclipse.microprofile.health:microprofile-health-parent 3.0-RC4

Eclipse MicroProfile Health - Parent POM

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-parent
Version

Version

3.0-RC4
Type

Type

pom

Download microprofile-health-parent 3.0-RC4


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