is not current version
Last Version 4.0

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


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-api
Version

Version

2.1
Type

Type

jar

Download microprofile-health-api 2.1


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