GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health-ui |
Version | Version2.2.4 |
Type | Typejar |
Filename | Size |
---|---|
smallrye-health-ui-2.2.4.pom | |
smallrye-health-ui-2.2.4.jar | 82 KB |
smallrye-health-ui-2.2.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-ui/
implementation 'io.smallrye:smallrye-health-ui:2.2.4'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-ui/
implementation ("io.smallrye:smallrye-health-ui:2.2.4")
'io.smallrye:smallrye-health-ui:jar:2.2.4'
<dependency org="io.smallrye" name="smallrye-health-ui" rev="2.2.4">
<artifact name="smallrye-health-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-ui', version='2.2.4')
)
libraryDependencies += "io.smallrye" % "smallrye-health-ui" % "2.2.4"
[io.smallrye/smallrye-health-ui "2.2.4"]