is not current version
Last Version 4.0

org.eclipse.microprofile.health:microprofile-health-api 1.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-api
Version

Version

1.0
Type

Type

jar

Download microprofile-health-api 1.0


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