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