GroupId | GroupIdorg.microprofile-ext.health-ext |
---|---|
ArtifactId | ArtifactIdhealth-ui |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
health-ui-1.0.3.pom | |
health-ui-1.0.3.jar | 21 KB |
health-ui-1.0.3-sources.jar | 24 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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/health-ui/
implementation 'org.microprofile-ext.health-ext:health-ui:1.0.3'
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/health-ui/
implementation ("org.microprofile-ext.health-ext:health-ui:1.0.3")
'org.microprofile-ext.health-ext:health-ui:jar:1.0.3'
<dependency org="org.microprofile-ext.health-ext" name="health-ui" rev="1.0.3">
<artifact name="health-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.health-ext', module='health-ui', version='1.0.3')
)
libraryDependencies += "org.microprofile-ext.health-ext" % "health-ui" % "1.0.3"
[org.microprofile-ext.health-ext/health-ui "1.0.3"]