is not current version
Last Version 4.0

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


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-spec
Version

Version

4.0-RC1
Type

Type

pom

Download microprofile-health-spec 4.0-RC1


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