License |
License |
---|---|
GroupId | GroupIdorg.microprofile-ext |
ArtifactId | ArtifactIdhealth-ext |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroprofile Health Extensions
Some reusable health probes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
health-ext-1.2.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.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/health-ext/
implementation 'org.microprofile-ext:health-ext:1.2.0'
// https://jarcasting.com/artifacts/org.microprofile-ext/health-ext/
implementation ("org.microprofile-ext:health-ext:1.2.0")
'org.microprofile-ext:health-ext:pom:1.2.0'
<dependency org="org.microprofile-ext" name="health-ext" rev="1.2.0">
<artifact name="health-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='health-ext', version='1.2.0')
)
libraryDependencies += "org.microprofile-ext" % "health-ext" % "1.2.0"
[org.microprofile-ext/health-ext "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 4.0.1 |