is not current version
Last Version 1.2.0

org.microprofile-ext.health-ext:health-example 1.0.4

A basic Example of these extensions

GroupId

GroupId

org.microprofile-ext.health-ext
ArtifactId

ArtifactId

health-example
Version

Version

1.0.4
Type

Type

war

Download health-example 1.0.4


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