is not current version
Last Version 1.2.0

org.microprofile-ext:health-ext 1.0.0

Some reusable health probes

GroupId

GroupId

org.microprofile-ext
ArtifactId

ArtifactId

health-ext
Version

Version

1.0.0
Type

Type

pom

Download health-ext 1.0.0

Filename Size
health-ext-1.0.0.pom 6 KB
Browse

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