GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health-ui |
Version | Version2.2.6 |
Type | Typejar |
Filename | Size |
---|---|
smallrye-health-ui-2.2.6.pom | |
smallrye-health-ui-2.2.6.jar | 82 KB |
smallrye-health-ui-2.2.6-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health-ui/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-ui</artifactId>
<version>2.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-ui/
implementation 'io.smallrye:smallrye-health-ui:2.2.6'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-ui/
implementation ("io.smallrye:smallrye-health-ui:2.2.6")
'io.smallrye:smallrye-health-ui:jar:2.2.6'
<dependency org="io.smallrye" name="smallrye-health-ui" rev="2.2.6">
<artifact name="smallrye-health-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-ui', version='2.2.6')
)
libraryDependencies += "io.smallrye" % "smallrye-health-ui" % "2.2.6"
[io.smallrye/smallrye-health-ui "2.2.6"]