| License |
License |
|---|---|
| GroupId | GroupIdorg.microprofile-ext.health-ext |
| ArtifactId | ArtifactIdhealth-ui |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicroprofile Health Extensions :: UI
A basic UI for /health
|
| Filename | Size |
|---|---|
| health-ui-1.2.0.pom | |
| health-ui-1.2.0.jar | 20 KB |
| health-ui-1.2.0-sources.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/health-ui/ -->
<dependency>
<groupId>org.microprofile-ext.health-ext</groupId>
<artifactId>health-ui</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/health-ui/
implementation 'org.microprofile-ext.health-ext:health-ui:1.2.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/health-ui/
implementation ("org.microprofile-ext.health-ext:health-ui:1.2.0")
'org.microprofile-ext.health-ext:health-ui:jar:1.2.0'
<dependency org="org.microprofile-ext.health-ext" name="health-ui" rev="1.2.0">
<artifact name="health-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.health-ext', module='health-ui', version='1.2.0')
)
libraryDependencies += "org.microprofile-ext.health-ext" % "health-ui" % "1.2.0"
[org.microprofile-ext.health-ext/health-ui "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile : microprofile | pom | 4.0.1 |